Revision 0c404f20
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
bin/mozilla/ar.pl | ||
---|---|---|
834 | 834 |
my $locale = $main::locale; |
835 | 835 |
my $cgi = $::request->{cgi}; |
836 | 836 |
|
837 |
my ($customer, $department); |
|
838 |
my ($jsscript, $button1, $button2); |
|
839 |
|
|
840 | 837 |
# setup customer selection |
841 | 838 |
$form->all_vc(\%myconfig, "customer", "AR"); |
842 | 839 |
|
843 | 840 |
$form->{title} = $locale->text('AR Transactions'); |
844 |
$form->{jsscript} = 1; |
|
845 | 841 |
|
846 | 842 |
# Auch in Rechnungsübersicht nach Kundentyp filtern - jan |
847 | 843 |
$form->get_lists("projects" => { "key" => "ALL_PROJECTS", "all" => 1 }, |
... | ... | |
852 | 848 |
$form->{SHOW_BUSINESS_TYPES} = scalar @{ $form->{ALL_BUSINESS_TYPES} } > 0; |
853 | 849 |
|
854 | 850 |
# constants and subs for template |
855 |
$form->{jsscript} = 1; |
|
856 | 851 |
$form->{vc_keys} = sub { "$_[0]->{name}--$_[0]->{id}" }; |
857 | 852 |
|
858 | 853 |
$form->header; |
Auch abrufbar als: Unified diff
Nicht mehr verwendete Einstellung $::form->{jsscript} entfernt