X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c4b8215740d186205599564c3fef7e0c00f3f2e9..HEAD:/templates/webpages/dunning/edit_config.html
diff --git a/templates/webpages/dunning/edit_config.html b/templates/webpages/dunning/edit_config.html
index 8c29bd083..19686f03c 100644
--- a/templates/webpages/dunning/edit_config.html
+++ b/templates/webpages/dunning/edit_config.html
@@ -1,5 +1,6 @@
[%- USE T8 %]
[%- USE HTML %]
+[%- USE LxERP -%][%- USE L -%]
[% title %]
@@ -15,6 +16,7 @@
[% 'eMail Send?' | $T8 %]
[% 'Create invoice?' | $T8 %]
+
[% 'Include original Invoices?' | $T8 %]
[% 'Fristsetzung' | $T8 %]
[% 'Duedate +Days' | $T8 %]
[% 'Fee' | $T8 %]
@@ -44,6 +46,7 @@
+
@@ -75,6 +78,7 @@
+
@@ -119,6 +123,11 @@
+
+
[% 'Dunning Creator' | $T8 %]
+
[% L.select_tag('dunning_creator', [ [ 'current_employee', LxERP.t8('Current Employee') ],[ 'invoice_employee', LxERP.t8('Employee from the original invoice') ] ], default=dunning_creator) %]
+