Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision a9d80e98

Von Tamino Steinert vor 5 Monaten hinzugefügt

  • ID a9d80e982b2d49338bf0814cc224817bb0fd6ffd
  • Vorgänger 65d8e1fe
  • Nachfolger 42428c08

'Einlagern' mit 'Store' übersetzen

Unterschiede anzeigen:

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