Revision a9d80e98
Von Tamino Steinert vor 8 Tagen hinzugefügt
SL/Controller/Inventory.pm | ||
---|---|---|
43 | 43 |
sub action_stock_in { |
44 | 44 |
my ($self) = @_; |
45 | 45 |
|
46 |
$::form->{title} = t8('Stock');
|
|
46 |
$::form->{title} = t8('Store');
|
|
47 | 47 |
|
48 | 48 |
# Sometimes we want to open stock_in with a part already selected, but only |
49 | 49 |
# the parts_id is passed in the url (and not also warehouse, bin and unit). |
... | ... | |
972 | 972 |
for my $bar ($::request->layout->get('actionbar')) { |
973 | 973 |
$bar->add( |
974 | 974 |
action => [ |
975 |
t8('Stock'),
|
|
975 |
t8('Store'),
|
|
976 | 976 |
submit => [ '#form', { action => 'Inventory/stock' } ], |
977 | 977 |
checks => [ 'check_part_selection_before_stocking' ], |
978 | 978 |
accesskey => 'enter', |
Auch abrufbar als: Unified diff
'Einlagern' mit 'Store' übersetzen