<th align="right">[% 'Email of the invoice recipient' | $T8 %]</th>
<td>[% L.input_tag('cv.invoice_mail', SELF.cv.invoice_mail, size = 45) %]</td>
</tr>
+ <tr>
+ <th align="right">[% 'Email of the delivery order recipient' | $T8 %]</th>
+ <td>[% L.input_tag('cv.delivery_order_mail', SELF.cv.delivery_order_mail, size = 45) %]</td>
+ </tr>
[% END %]
<tr>
<th align="right" nowrap>
[%- END %]
</tr>
- [% IF ( SELF.all_currencies.size ) %]
<tr>
+ [% IF ( SELF.is_customer() ) %]
+ <th align="right">[% 'Commercial court' | $T8 %]</th>
+ <td>
+ [% L.input_tag('cv.commercial_court', SELF.cv.commercial_court, size = 20) %]
+ </td>
+ [% END %]
+ [% IF ( SELF.all_currencies.size ) %]
<th align="right">[% 'Currency' | $T8 %]</th>
-
<td>
[% L.select_tag('cv.currency_id', SELF.all_currencies, title_key = 'name', value_key = 'id', default = SELF.cv.currency_id) %]
</td>
+ [% END %]
</tr>
- [% END %]
-
<tr>
[% IF ( !INSTANCE_CONF.get_vertreter ) %]
<th align="right">