Revision d67c6b51
Von root vor etwa 3 Jahren hinzugefügt
SL/Controller/Part.pm | ||
---|---|---|
1100 | 1100 |
} |
1101 | 1101 |
|
1102 | 1102 |
sub init_all_pricegroups { |
1103 |
SL::DB::Manager::Pricegroup->get_all_sorted; |
|
1103 |
SL::DB::Manager::Pricegroup->get_all_sorted(query => [ obsolete => 0 ]);
|
|
1104 | 1104 |
} |
1105 | 1105 |
|
1106 | 1106 |
# model used to filter/display the parts in the multi-items dialog |
Auch abrufbar als: Unified diff
Waren: Nur gültige Preisgruppen anzeigen