X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fca.pl;h=ecce874295f8e12d98091f02e7c80d72632b2e8d;hb=ba5d3542135b3408a011ce42d2311fa3aefa7f38;hp=dd157e0a9626bf7a71b4b2d64e52a1a336f59d9b;hpb=3d7898cf2bab46c72face3011460d093d8778b32;p=kivitendo-erp.git diff --git a/bin/mozilla/ca.pl b/bin/mozilla/ca.pl index dd157e0a9..ecce87429 100644 --- a/bin/mozilla/ca.pl +++ b/bin/mozilla/ca.pl @@ -544,7 +544,7 @@ sub list_transactions { 'ustrate' => { 'text' => $locale->text('Satz %'), }, ); - my @hidden_variables = qw(accno fromdate todate description accounttype l_heading subtotal department projectnumber project_id sort); + my @hidden_variables = qw(accno fromdate todate description accounttype l_heading subtotal department projectnumber project_id sort method); my $link = build_std_url('action=list_transactions', grep { $form->{$_} } @hidden_variables);