]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Vergessene hidden Abteilung für Verkauf->Berichte->Rechnungen
authorG. Richardson <information@kivitendo-premium.de>
Wed, 14 Sep 2016 12:30:20 +0000 (14:30 +0200)
committerG. Richardson <information@kivitendo-premium.de>
Wed, 14 Sep 2016 12:30:20 +0000 (14:30 +0200)
bin/mozilla/ar.pl

index 822e7660f9b19994397c4e12cc9da3baceb6a91f..d29a33747b40492679b4a6f4d81a91c7a51a289c 100644 (file)
@@ -961,7 +961,7 @@ sub ar_transactions {
 
   my @hidden_variables = map { "l_${_}" } @columns;
   push @hidden_variables, "l_subtotal", qw(open closed customer invnumber ordnumber cusordnumber transaction_description notes project_id transdatefrom transdateto duedatefrom duedateto
 
   my @hidden_variables = map { "l_${_}" } @columns;
   push @hidden_variables, "l_subtotal", qw(open closed customer invnumber ordnumber cusordnumber transaction_description notes project_id transdatefrom transdateto duedatefrom duedateto
-                                           employee_id salesman_id business_id parts_partnumber parts_description);
+                                           employee_id salesman_id business_id parts_partnumber parts_description department_id);
   push @hidden_variables, map { "cvar_$_->{name}" } @ct_searchable_custom_variables;
 
   $href = build_std_url('action=ar_transactions', grep { $form->{$_} } @hidden_variables);
   push @hidden_variables, map { "cvar_$_->{name}" } @ct_searchable_custom_variables;
 
   $href = build_std_url('action=ar_transactions', grep { $form->{$_} } @hidden_variables);