Revision fd1ef8ea
Von Sven Schöling vor mehr als 4 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
937 | 937 |
|
938 | 938 |
$form->{title} = $locale->text('Vendor Invoices & AP Transactions'); |
939 | 939 |
|
940 |
$form->get_lists(projects => { "key" => "ALL_PROJECTS", "all" => 1 }); |
|
941 |
|
|
942 | 940 |
$::form->{ALL_DEPARTMENTS} = SL::DB::Manager::Department->get_all_sorted; |
943 | 941 |
# constants and subs for template |
944 | 942 |
$form->{vc_keys} = sub { "$_[0]->{name}--$_[0]->{id}" }; |
Auch abrufbar als: Unified diff
AP::search: ALL_PROJECTS muss nicht mehr geladen werden