Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9afde77c

Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt

Lieferantenbericht: UStID anzeigen lassen können

Unterschiede anzeigen:

templates/webpages/ct/search.html
222 222
        <label for="l_invoice_mail">[% 'Email of the invoice recipient' | $T8 %]</label>
223 223
       </td>
224 224
      </tr>
225
      [% END %]
225 226
      <tr>
226 227
       <td>
227 228
        <input name="l_ustid" id="l_ustid" type="checkbox" class="checkbox" value="Y">
228 229
        <label for="l_ustid">[% 'VAT ID' | $T8 %]</label>
229 230
       </td>
231
      [% IF !IS_CUSTOMER %]
232
      </tr>
233
      [% ELSE %]
230 234
       <td>
231 235
        <input name="l_creditlimit" id="l_creditlimit" type="checkbox" class="checkbox" value="Y">
232 236
        <label for="l_creditlimit">[% 'Credit Limit' | $T8 %]</label>
......
248 252
        <label for="l_delivery_order_mail">[% 'Email of the delivery order recipient' | $T8 %]</label>
249 253
       </td>
250 254
      </tr>
251

  
252

  
253 255
      [% END %]
254 256

  
255 257
      [% CUSTOM_VARIABLES_INCLUSION_CODE %]

Auch abrufbar als: Unified diff