Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6cef400b

Von Jan Büren vor etwa 1 Jahr hinzugefügt

  • ID 6cef400b148d77dc47cc478c83e0693043f7dad3
  • Vorgänger ab2ae921
  • Nachfolger 6e33e779

Bemerkungen auch für Waren durchsuchen

Unterschiede anzeigen:

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