From: Jan Büren Date: Mon, 17 Dec 2012 16:42:42 +0000 (+0100) Subject: Vergessene hidden (date) für Lagerbestandsbericht hinzugefügt X-Git-Tag: release-3.1.0beta1~776 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=3cdcdc9169b0789e07bf457e3da1147b39e7994d;p=kivitendo-erp.git Vergessene hidden (date) für Lagerbestandsbericht hinzugefügt --- diff --git a/bin/mozilla/wh.pl b/bin/mozilla/wh.pl index 92cfcb69b..eb12fcb45 100644 --- a/bin/mozilla/wh.pl +++ b/bin/mozilla/wh.pl @@ -850,7 +850,7 @@ sub generate_report { my @hidden_variables = map { "l_${_}" } @columns; push @hidden_variables, qw(warehouse_id bin_id partnumber description chargenumber bestbefore qty_op qty qty_unit l_warehousedescription l_bindescription); - push @hidden_variables, qw(include_empty_bins subtotal include_invalid_warehouses); + push @hidden_variables, qw(include_empty_bins subtotal include_invalid_warehouses date); my %column_defs = ( 'warehousedescription' => { 'text' => $locale->text('Warehouse'), },