Revision fc6a8e32
Von Moritz Bunkus vor etwa 10 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
318 | 318 |
@old_ids_cond, |
319 | 319 |
]); |
320 | 320 |
|
321 |
$TMPL_VAR{ALL_PROJECTS} = SL::DB::Manager::Project->get_all(query => \@conditions); |
|
321 |
$TMPL_VAR{ALL_PROJECTS} = SL::DB::Manager::Project->get_all_sorted(query => \@conditions);
|
|
322 | 322 |
$TMPL_VAR{ALL_EMPLOYEES} = SL::DB::Manager::Employee->get_all_sorted(query => [ or => [ id => $::form->{employee_id}, deleted => 0 ] ]); |
323 | 323 |
$TMPL_VAR{ALL_SALESMEN} = SL::DB::Manager::Employee->get_all_sorted(query => [ or => [ id => $::form->{salesman_id}, deleted => 0 ] ]); |
324 | 324 |
$TMPL_VAR{ALL_SHIPTO} = SL::DB::Manager::Shipto->get_all_sorted(query => [ |
Auch abrufbar als: Unified diff
Einkaufs-/Verkaufsmasken: Projekt-Drop-Down-Boxen sortieren