From: Jan Büren Date: Thu, 21 Jan 2021 07:23:50 +0000 (+0100) Subject: Lagerbestand: alle reihen anzeigen auch nach dem Filtern aktiv (hidden vergessen) X-Git-Tag: kivitendo-mebil_0.1-0~9^2~513 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=989d69a85d92cbea4a81d4564adc36cd98a4dfe0;p=kivitendo-erp.git Lagerbestand: alle reihen anzeigen auch nach dem Filtern aktiv (hidden vergessen) --- 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'), },