Revision 944509db
Von Cem Aydin vor etwa 2 Jahren hinzugefügt
templates/design40_webpages/do/form_header.html | ||
---|---|---|
[% END %]
|
||
</td>
|
||
</tr>
|
||
[% IF (vc == 'customer') && VC_OBJ.additional_billing_addresses.as_list.size %]
|
||
<tr>
|
||
<th>[% 'Custom Billing Address' | $T8 %]</th>
|
||
<td>
|
||
[% L.select_tag('billing_address_id', VC_OBJ.additional_billing_addresses,
|
||
with_empty=1, default=billing_address_id, value_key='id', title_key='displayable_id', class='wi-wide') %]
|
||
</td>
|
||
</tr>
|
||
[% END %]
|
||
[% IF business %]
|
||
<tr>
|
||
<th>[% IF is_customer %][% 'Customer type' | $T8 %][% ELSE %][% 'Vendor type' | $T8 %][% END %]</th>
|
||
... | ... | |
</tr>
|
design40: do/form_header.html aktualisiert
- 677f0dd Ein-/Verkauf: Belegnummern von uns erzeugter Belege nicht ändern können
- 844a541 Zusätzliche Rechnungsadressen: in Verkaufsbelegmasken auswählbar