Revision fc6a8e32
Von Moritz Bunkus vor etwa 10 Jahren hinzugefügt
bin/mozilla/do.pl | ||
---|---|---|
283 | 283 |
@old_ids_cond, |
284 | 284 |
]); |
285 | 285 |
|
286 |
$::form->{ALL_PROJECTS} = SL::DB::Manager::Project->get_all(query => \@conditions); |
|
286 |
$::form->{ALL_PROJECTS} = SL::DB::Manager::Project->get_all_sorted(query => \@conditions);
|
|
287 | 287 |
$::form->{ALL_EMPLOYEES} = SL::DB::Manager::Employee->get_all_sorted(query => [ or => [ id => $::form->{employee_id}, deleted => 0 ] ]); |
288 | 288 |
$::form->{ALL_SALESMEN} = SL::DB::Manager::Employee->get_all_sorted(query => [ or => [ id => $::form->{salesman_id}, deleted => 0 ] ]); |
289 | 289 |
$::form->{ALL_SHIPTO} = SL::DB::Manager::Shipto->get_all_sorted(query => [ |
Auch abrufbar als: Unified diff
Einkaufs-/Verkaufsmasken: Projekt-Drop-Down-Boxen sortieren