Revision 25b32e70
Von Thomas Heck vor etwa 12 Jahren hinzugefügt
bin/mozilla/wh.pl | ||
---|---|---|
86 | 86 |
|
87 | 87 |
my $units = AM->retrieve_units(\%myconfig, $form); |
88 | 88 |
# der zweite Parameter von unit_select_data gibt den default-Namen (selected) vor |
89 |
$form->{UNITS} = AM->unit_select_data($units, $form->{partunit}, 0, $form->{partunit});
|
|
89 |
$form->{UNITS} = AM->unit_select_data($units, $form->{unit}, 0, $form->{unit});
|
|
90 | 90 |
|
91 | 91 |
if (scalar @{ $form->{WAREHOUSES} }) { |
92 | 92 |
$form->{warehouse_id} ||= $form->{WAREHOUSES}->[0]->{id}; |
Auch abrufbar als: Unified diff
Übernahme der Einheit beim Einlagern
fixt #1999