X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fwh.pl;h=8c5e5f2d22a7831d1dc627b95618e33db98842e5;hb=d3c4f19b2fe207da2b42d2be41b12916109e6293;hp=1f554441b0010b19c1b808b5d27481ed9a86e314;hpb=cae732b8bee471e0611a68d29978aa80551b256f;p=kivitendo-erp.git 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'), },