Revision 044d18ff
Von Jan Büren vor fast 14 Jahren hinzugefügt
bin/mozilla/ar.pl | ||
---|---|---|
1275 | 1275 |
$form->{title} = $locale->text('AR Transactions'); |
1276 | 1276 |
$form->{jsscript} = 1; |
1277 | 1277 |
|
1278 |
$form->get_lists("projects" => { "key" => "ALL_PROJECTS", "all" => 1 }, |
|
1279 |
"departments" => "ALL_DEPARTMENTS", |
|
1280 |
"customers" => "ALL_VC"); |
|
1278 |
# Auch in Rechnungsübersicht nach Kundentyp filtern - jan |
|
1279 |
$form->get_lists("projects" => { "key" => "ALL_PROJECTS", "all" => 1 }, |
|
1280 |
"departments" => "ALL_DEPARTMENTS", |
|
1281 |
"customers" => "ALL_VC", |
|
1282 |
"business_types" => "ALL_BUSINESS_TYPES"); |
|
1283 |
$form->{SHOW_BUSINESS_TYPES} = scalar @{ $form->{ALL_BUSINESS_TYPES} } > 0; |
|
1281 | 1284 |
|
1282 | 1285 |
# constants and subs for template |
1283 | 1286 |
$form->{jsscript} = 1; |
Auch abrufbar als: Unified diff
Filterkriterium Kundentyp (business_id) für Rechnungsübersicht hinzugefügt.