X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fwh.pl;h=e8afc5dae1489d2208eb13ad23e0aaf98f43e310;hb=d28f85eab4f83acd76a5d7980d1a1d29640b34e4;hp=ffea4b7a51d65a070dda7d372b9c545229ba6de7;hpb=7464fcbd11174679dd59d9953fe22eb8285c7eac;p=kivitendo-erp.git diff --git a/bin/mozilla/wh.pl b/bin/mozilla/wh.pl index ffea4b7a5..e8afc5dae 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); + push @hidden_variables, qw(classification_id stock_value_basis); my %column_defs = ( 'warehousedescription' => { 'text' => $locale->text('Warehouse'), },