From 989d69a85d92cbea4a81d4564adc36cd98a4dfe0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Thu, 21 Jan 2021 08:23:50 +0100 Subject: [PATCH] Lagerbestand: alle reihen anzeigen auch nach dem Filtern aktiv (hidden vergessen) --- bin/mozilla/wh.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/wh.pl b/bin/mozilla/wh.pl index 1f554441b..8c5e5f2d2 100644 --- a/bin/mozilla/wh.pl +++ b/bin/mozilla/wh.pl @@ -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'), }, -- 2.20.1