X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fvk.pl;h=9206e7e741f471307bf90a9ddb06cc71ba711f5a;hb=409d5d5fbf7020d69c7062cdde11040dc755ee38;hp=a60d430ea6c6166543f8494555bc97ef69294c2f;hpb=245d5036b6fbc2c9e4692244aff22d5188771e09;p=kivitendo-erp.git diff --git a/bin/mozilla/vk.pl b/bin/mozilla/vk.pl index a60d430ea..9206e7e74 100644 --- a/bin/mozilla/vk.pl +++ b/bin/mozilla/vk.pl @@ -61,7 +61,6 @@ sub search_invoice { $form->all_vc(\%myconfig, "customer", "AR"); $form->{title} = $locale->text('Sales Report'); - $form->{jsscript} = 1; $form->get_lists("projects" => { "key" => "ALL_PROJECTS", "all" => 1 }, "departments" => "ALL_DEPARTMENTS", @@ -104,10 +103,10 @@ sub invoice_transactions { # can't currently be configured from report, empty line between main sortings my $addemptylines = 1; - + # don't add empty lines between mainsort subtotals when only subtotal_mainsort is selected if ($form->{l_subtotal_mainsort} eq "Y" and not defined $form->{l_headers_mainsort} and not defined $form->{l_headers_subsort} and not defined $form->{l_subtotal_subsort} ) { - $addemptylines = 0 + $addemptylines = 0 }; if ( $form->{customer} =~ /--/ ) {