Revision 38823dc1
Von Moritz Bunkus vor etwa 4 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
525 | 525 |
"price_factors" => "ALL_PRICE_FACTORS"); |
526 | 526 |
$form->{ALL_PAYMENTS} = SL::DB::Manager::PaymentTerm->get_all( where => [ or => [ obsolete => 0, id => $form->{payment_id} || undef ] ]); |
527 | 527 |
|
528 |
$form->{ALL_DEPARTMENTS} = SL::DB::Manager::Department->get_all; |
|
528 |
$form->{ALL_DEPARTMENTS} = SL::DB::Manager::Department->get_all_sorted;
|
|
529 | 529 |
|
530 | 530 |
# Projects |
531 | 531 |
my @old_project_ids = uniq grep { $_ } map { $_ * 1 } ($form->{"globalproject_id"}, map { $form->{"project_id_$_"} } 1..$form->{"rowcount"}); |
Auch abrufbar als: Unified diff
Angebote/Aufträge: Abteilungen sortiert anzeigen