Revision 3cdcdc91
Von Jan Büren vor fast 12 Jahren hinzugefügt
bin/mozilla/wh.pl | ||
---|---|---|
850 | 850 |
|
851 | 851 |
my @hidden_variables = map { "l_${_}" } @columns; |
852 | 852 |
push @hidden_variables, qw(warehouse_id bin_id partnumber description chargenumber bestbefore qty_op qty qty_unit l_warehousedescription l_bindescription); |
853 |
push @hidden_variables, qw(include_empty_bins subtotal include_invalid_warehouses); |
|
853 |
push @hidden_variables, qw(include_empty_bins subtotal include_invalid_warehouses date);
|
|
854 | 854 |
|
855 | 855 |
my %column_defs = ( |
856 | 856 |
'warehousedescription' => { 'text' => $locale->text('Warehouse'), }, |
Auch abrufbar als: Unified diff
Vergessene hidden (date) für Lagerbestandsbericht hinzugefügt