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 822e766..d29a337 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
-                                           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);