X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/dbc1fd3fc1dd4cfdfbb484bb0b5ec354cdb2f5c6..361d8846ed83e99bb34b13c46b4e6b5a7090c70f:/bin/mozilla/wh.pl 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'), },