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