Revision e64f5d37
Von Jan Büren vor fast 6 Jahren hinzugefügt
templates/webpages/oe/edit_periodic_invoices_config.html | ||
---|---|---|
103 | 103 |
<th align="right">[%- LxERP.t8("Send invoice via email") %]</th> |
104 | 104 |
<td>[% L.checkbox_tag("send_email", onclick => "toggle_send_email_ctrl()", checked=config.send_email) %]</td> |
105 | 105 |
</tr> |
106 |
|
|
106 |
<tr> |
|
107 |
<th align="right">[%- LxERP.t8("Invoicing mail address") %]</th> |
|
108 |
<td>[% email_recipient_invoice_address %]</td> |
|
109 |
</tr> |
|
107 | 110 |
<tr> |
108 | 111 |
<th align="right">[%- LxERP.t8("Contact to send to") %]</th> |
109 | 112 |
<td>[% L.select_tag("email_recipient_contact_id", ALL_CONTACTS, title_key="full_name_dep", value_key="cp_id", default=config.email_recipient_contact_id, with_empty=1, disabled=!config.send_email, style=style) %]</td> |
Auch abrufbar als: Unified diff
Rechnungsadresse aus den Stammdaten (template file vergessen)