Revision 6cef400b
Von Jan Büren vor etwa 1 Jahr hinzugefügt
SL/IC.pm | ||
---|---|---|
$form->{parts} = +{ };
|
||
$form->{soldtotal} = undef if $form->{l_soldtotal}; # security fix. top100 insists on putting strings in there...
|
||
|
||
my @simple_filters = qw(partnumber ean description partsgroup microfiche drawing onhand);
|
||
my @simple_filters = qw(partnumber ean description partsgroup microfiche drawing onhand notes);
|
||
my @project_filters = qw(projectnumber projectdescription);
|
||
my @makemodel_filters = qw(make model);
|
||
my @invoice_oi_filters = qw(serialnumber soldtotal);
|
templates/webpages/ic/search.html | ||
---|---|---|
<tr>
|
||
<th align="right" nowrap>[% 'Shop article' | $T8 %]</th>
|
||
<td>[% L.yes_no_tag('shop', shop, default='', with_empty=1, empty_title='---', style=style) %]</td>
|
||
<th align="right" nowrap>[% 'Notes' | $T8 %]</th>
|
||
<td>[% L.input_tag("notes", "", style=style) %]</td>
|
||
|
||
</tr>
|
||
|
||
<tr>
|
Auch abrufbar als: Unified diff
Bemerkungen auch für Waren durchsuchen