Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 989d69a8

Von Jan Büren vor etwa 4 Jahren hinzugefügt

Lagerbestand: alle reihen anzeigen auch nach dem Filtern aktiv (hidden vergessen)

Unterschiede anzeigen:

bin/mozilla/wh.pl
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 stock_value_basis);
push @hidden_variables, qw(classification_id stock_value_basis allrows);
my %column_defs = (
'warehousedescription' => { 'text' => $locale->text('Warehouse'), },

Auch abrufbar als: Unified diff