Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 61bc12c8

Von Jan Büren vor 10 Monaten hinzugefügt

  • ID 61bc12c8b9a52974391175209d96b472d82f82b9
  • Vorgänger 6a99bbcd
  • Nachfolger a313388c

Bemerkungen auch für Waren durchsuchen

Unterschiede anzeigen:

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);
templates/webpages/ic/search.html
84 84
      <tr>
85 85
       <th align="right" nowrap>[% 'Shop article' | $T8 %]</th>
86 86
       <td>[% L.yes_no_tag('shop', shop, default='', with_empty=1, empty_title='---', style=style) %]</td>
87
       <th align="right" nowrap>[% 'Notes' | $T8 %]</th>
88
       <td>[% L.input_tag("notes", "", style=style) %]</td>
89

  
87 90
      </tr>
88 91

  
89 92
      <tr>

Auch abrufbar als: Unified diff