Buchungsjournal: Abteilungsfilter bei Export berücksichtigen
authorG. Richardson <grichardson@kivitec.de>
Mon, 28 Aug 2017 12:36:05 +0000 (14:36 +0200)
committerG. Richardson <grichardson@kivitec.de>
Mon, 28 Aug 2017 12:36:05 +0000 (14:36 +0200)
vergessene hidden

bin/mozilla/gl.pl

index 6dfa457..8ac2698 100644 (file)
@@ -422,7 +422,7 @@ sub generate_report {
   );
 
   # add employee here, so that variable is still known and passed in url when choosing a different sort order in resulting table
-  my @hidden_variables = qw(accno source reference description notes project_id datefrom dateto employee_id datesort category l_subtotal);
+  my @hidden_variables = qw(accno source reference description notes project_id datefrom dateto employee_id datesort category l_subtotal department_id);
   push @hidden_variables, map { "l_${_}" } @columns;
 
   my $employee = $form->{employee_id} ? SL::DB::Employee->new(id => $form->{employee_id})->load->name : '';