Rechnungsadresse aus den Stammdaten (template file vergessen)
authorJan Büren <jan@kivitendo.de>
Thu, 20 Sep 2018 14:13:22 +0000 (16:13 +0200)
committerJan Büren <jan@kivitendo.de>
Mon, 14 Jan 2019 10:25:15 +0000 (11:25 +0100)
templates/webpages/oe/edit_periodic_invoices_config.html

index 39a805c..04156f4 100644 (file)
      <th align="right">[%- LxERP.t8("Send invoice via email") %]</th>
      <td>[% L.checkbox_tag("send_email", onclick => "toggle_send_email_ctrl()", checked=config.send_email) %]</td>
     </tr>
-
+    <tr>
+     <th align="right">[%- LxERP.t8("Invoicing mail address") %]</th>
+     <td>[% email_recipient_invoice_address %]</td>
+    </tr>
     <tr>
      <th align="right">[%- LxERP.t8("Contact to send to") %]</th>
      <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>