Revision 13b501f4
Von Werner Hahn vor etwa 1 Jahr hinzugefügt
SL/Controller/DispositionManager.pm | ||
---|---|---|
105 | 105 |
my $top = $self->render('disposition_manager/list_parts', { output => 0 }, |
106 | 106 |
noshow => $noshow, |
107 | 107 |
PARTS => $parts, |
108 |
title => t8('Short onhand Ordered'), |
|
108 | 109 |
); |
109 | 110 |
my $bottom = $noshow ? undef : $self->render( |
110 | 111 |
'disposition_manager/reorder_level_list/report_bottom', |
... | ... | |
395 | 396 |
for my $bar ($::request->layout->get('actionbar')) { |
396 | 397 |
$bar->add( |
397 | 398 |
action => [ |
398 |
t8('Action'),
|
|
399 |
t8('Purchasebasket'),
|
|
399 | 400 |
submit => [ |
400 | 401 |
'#form', { action => "DispositionManager/add_to_purchase_basket" } ], |
401 | 402 |
tooltip => t8('Add to purchase basket'), |
Auch abrufbar als: Unified diff
DispositionManager: Action umbenannt