Revision 989d69a8
Von Jan Büren vor fast 4 Jahren hinzugefügt
bin/mozilla/wh.pl | ||
---|---|---|
864 | 864 |
my @hidden_variables = map { "l_${_}" } @columns; |
865 | 865 |
push @hidden_variables, qw(warehouse_id bin_id partnumber partstypes_id description chargenumber bestbefore qty_op qty qty_unit partunit l_warehousedescription l_bindescription); |
866 | 866 |
push @hidden_variables, qw(include_empty_bins subtotal include_invalid_warehouses date); |
867 |
push @hidden_variables, qw(classification_id stock_value_basis); |
|
867 |
push @hidden_variables, qw(classification_id stock_value_basis allrows);
|
|
868 | 868 |
|
869 | 869 |
my %column_defs = ( |
870 | 870 |
'warehousedescription' => { 'text' => $locale->text('Warehouse'), }, |
Auch abrufbar als: Unified diff
Lagerbestand: alle reihen anzeigen auch nach dem Filtern aktiv (hidden vergessen)