Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 696aad9c

Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt

  • ID 696aad9cd711ed3a92721db045ad0b7067bb1a17
  • Vorgänger de06210f
  • Nachfolger 85f74d13

Die Tabelle "warehouse_access" gibt es in der offiziellen Version nicht. Fix für Bug 820.

Unterschiede anzeigen:

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