Revision fc6a8e32
Von Moritz Bunkus vor etwa 10 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
375 | 375 |
@old_ids_cond, |
376 | 376 |
]); |
377 | 377 |
|
378 |
$TMPL_VAR{ALL_PROJECTS} = SL::DB::Manager::Project->get_all(query => \@conditions); |
|
378 |
$TMPL_VAR{ALL_PROJECTS} = SL::DB::Manager::Project->get_all_sorted(query => \@conditions);
|
|
379 | 379 |
|
380 | 380 |
# label subs |
381 | 381 |
my $employee_list_query_gen = sub { $::form->{$_[0]} ? [ or => [ id => $::form->{$_[0]}, deleted => 0 ] ] : [ deleted => 0 ] }; |
Auch abrufbar als: Unified diff
Einkaufs-/Verkaufsmasken: Projekt-Drop-Down-Boxen sortieren