Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b0c80b10

Von Jan Büren vor 4 Monaten hinzugefügt

  • ID b0c80b109d1d3e6ebb22646355b1a80d46ceb91c
  • Vorgänger 61659c83
  • Nachfolger bce01c92

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