Lagerbestand: alle reihen anzeigen auch nach dem Filtern aktiv (hidden vergessen)
authorJan Büren <jan@kivitendo.de>
Thu, 21 Jan 2021 07:23:50 +0000 (08:23 +0100)
committerJan Büren <jan@kivitendo.de>
Thu, 21 Jan 2021 07:23:50 +0000 (08:23 +0100)
bin/mozilla/wh.pl

index 1f55444..8c5e5f2 100644 (file)
@@ -864,7 +864,7 @@ sub generate_report {
   my @hidden_variables = map { "l_${_}" } @columns;
   push @hidden_variables, qw(warehouse_id bin_id partnumber partstypes_id description chargenumber bestbefore qty_op qty qty_unit partunit l_warehousedescription l_bindescription);
   push @hidden_variables, qw(include_empty_bins subtotal include_invalid_warehouses date);
-  push @hidden_variables, qw(classification_id stock_value_basis);
+  push @hidden_variables, qw(classification_id stock_value_basis allrows);
 
   my %column_defs = (
     'warehousedescription' => { 'text' => $locale->text('Warehouse'), },