Revision 696aad9c
Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt
bin/mozilla/do.pl | ||
---|---|---|
936 | 936 |
my $units = AM->retrieve_units(\%myconfig, $form, "dimension"); |
937 | 937 |
my $units_data = AM->unit_select_data($units, undef, undef, $part_info->{unit}); |
938 | 938 |
|
939 |
my $access = $auth->check_right($form->{login}, 'all_warehouses') ? undef : $form->{login}; |
|
940 |
|
|
941 | 939 |
$form->get_lists('warehouses' => { 'key' => 'WAREHOUSES', |
942 |
'bins' => 'BINS', |
|
943 |
'access' => $access, }); |
|
940 |
'bins' => 'BINS' }); |
|
944 | 941 |
|
945 | 942 |
redo_stock_info('stock_info' => $stock_info, 'add_empty_row' => !$form->{closed}); |
946 | 943 |
|
Auch abrufbar als: Unified diff
Die Tabelle "warehouse_access" gibt es in der offiziellen Version nicht. Fix für Bug 820.