Revision 5e34b4af
Von Martin Helmling mh@waldpark.octosoft.eu vor etwa 8 Jahren hinzugefügt
SL/Controller/Inventory.pm | ||
---|---|---|
39 | 39 |
$::form->{title} = t8('Stock'); |
40 | 40 |
|
41 | 41 |
$::request->layout->focus('#part_id_name'); |
42 |
$_[0]->render('inventory/warehouse_selection_stock', title => $::form->{title}); |
|
42 |
my $transfer_types = WH->retrieve_transfer_types('in'); |
|
43 |
map { $_->{description} = $main::locale->text($_->{description}) } @{ $transfer_types }; |
|
44 |
$self->render('inventory/warehouse_selection_stock', title => $::form->{title}, TRANSFER_TYPES => $transfer_types ); |
|
43 | 45 |
} |
44 | 46 |
|
45 | 47 |
sub action_stock { |
Auch abrufbar als: Unified diff
Beim Einlagern Grund für Einlagerung mit aufnehmen