X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fedit_periodic_invoices_config.html;h=ebe5985bd7f5e6e324311335cc0b79fa889c1f98;hb=cbf8ed0240f2cf87a37ebaff9aa36844f66d0a49;hp=336a462ec5e4184fce597178c18b20ea6790eef5;hpb=2e0bc6d6ad49ffee381c3affec816078993bb477;p=kivitendo-erp.git diff --git a/templates/webpages/oe/edit_periodic_invoices_config.html b/templates/webpages/oe/edit_periodic_invoices_config.html index 336a462ec..ebe5985bd 100644 --- a/templates/webpages/oe/edit_periodic_invoices_config.html +++ b/templates/webpages/oe/edit_periodic_invoices_config.html @@ -23,7 +23,7 @@ [%- LxERP.t8('Billing Periodicity') %] - [% L.select_tag("periodicity", [ [ "m", LxERP.t8("monthly") ], [ "q", LxERP.t8("every third month") ], [ "b", LxERP.t8("semiannually") ], [ "y", LxERP.t8("yearly") ] ], default=periodicity, style=style) %] + [% L.select_tag("periodicity", [ [ "o", LxERP.t8("one time") ], [ "m", LxERP.t8("monthly") ], [ "q", LxERP.t8("every third month") ], [ "b", LxERP.t8("semiannually") ], [ "y", LxERP.t8("yearly") ] ], default=periodicity, style=style) %] @@ -133,7 +133,7 @@

(1): [%- LxERP.t8('The end date is the last day for which invoices will possibly be created.') %]

(2): [% LxERP.t8("If missing then the start date will be used.") %]

(3): [% LxERP.t8("Multiple addresses can be entered separated by commas.") %]

-

(4): [% LxERP.t8("If left empty the default sender from the kivitendo configuration will be used.") %]

+

(4): [% LxERP.t8("If left empty the default sender from the kivitendo configuration will be used (key 'email_from' in section 'periodic_invoices'; current value: #1).", HTML.escape(LXCONFIG.periodic_invoices.email_from)) %]

[% L.hidden_tag('action', 'save_periodic_invoices_config') %]