X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fwh.pl;h=eb12fcb45aa1275f16195ab57930eb5a903061b2;hb=4b211b2b087d445984df5220437400bced1dd1dd;hp=92cfcb69be70140f737ae5703dfeca55a1e1e6be;hpb=4780fc8426841be0838551dea12d8329f32ef65e;p=kivitendo-erp.git 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'), },