Revision 61bc12c8
Von Jan Büren vor 10 Monaten hinzugefügt
SL/IC.pm | ||
---|---|---|
178 | 178 |
$form->{parts} = +{ }; |
179 | 179 |
$form->{soldtotal} = undef if $form->{l_soldtotal}; # security fix. top100 insists on putting strings in there... |
180 | 180 |
|
181 |
my @simple_filters = qw(partnumber ean description partsgroup microfiche drawing onhand); |
|
181 |
my @simple_filters = qw(partnumber ean description partsgroup microfiche drawing onhand notes);
|
|
182 | 182 |
my @project_filters = qw(projectnumber projectdescription); |
183 | 183 |
my @makemodel_filters = qw(make model); |
184 | 184 |
my @invoice_oi_filters = qw(serialnumber soldtotal); |
Auch abrufbar als: Unified diff
Bemerkungen auch für Waren durchsuchen