Revision 9afde77c
Von Bernd Bleßmann vor etwa 4 Jahren hinzugefügt
templates/webpages/ct/search.html | ||
---|---|---|
<label for="l_invoice_mail">[% 'Email of the invoice recipient' | $T8 %]</label>
|
||
</td>
|
||
</tr>
|
||
[% END %]
|
||
<tr>
|
||
<td>
|
||
<input name="l_ustid" id="l_ustid" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_ustid">[% 'VAT ID' | $T8 %]</label>
|
||
</td>
|
||
[% IF !IS_CUSTOMER %]
|
||
</tr>
|
||
[% ELSE %]
|
||
<td>
|
||
<input name="l_creditlimit" id="l_creditlimit" type="checkbox" class="checkbox" value="Y">
|
||
<label for="l_creditlimit">[% 'Credit Limit' | $T8 %]</label>
|
||
... | ... | |
<label for="l_delivery_order_mail">[% 'Email of the delivery order recipient' | $T8 %]</label>
|
||
</td>
|
||
</tr>
|
||
|
||
|
||
[% END %]
|
||
|
||
[% CUSTOM_VARIABLES_INCLUSION_CODE %]
|
Auch abrufbar als: Unified diff
Lieferantenbericht: UStID anzeigen lassen können