X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a3b8cfa7b754629f39ee42e1cadd88d013666a14..HEAD:/templates/webpages/dunning/edit_config.html
diff --git a/templates/webpages/dunning/edit_config.html b/templates/webpages/dunning/edit_config.html
index 1cef95f7e..04d964c85 100644
--- a/templates/webpages/dunning/edit_config.html
+++ b/templates/webpages/dunning/edit_config.html
@@ -16,6 +16,7 @@
[% 'eMail Send?' | $T8 %] |
[% 'Create invoice?' | $T8 %] |
+ [% 'Include original Invoices?' | $T8 %] |
[% 'Fristsetzung' | $T8 %] |
[% 'Duedate +Days' | $T8 %] |
[% 'Fee' | $T8 %] |
@@ -45,6 +46,7 @@
|
+ |
|
|
|
@@ -76,6 +78,7 @@
|
+ |
|
|
|
@@ -125,6 +128,15 @@
[% L.select_tag('dunning_creator', [ [ 'current_employee', LxERP.t8('Current Employee') ],[ 'invoice_employee', LxERP.t8('Employee from the original invoice') ] ], default=dunning_creator) %]
|
+
+ | [% 'Original Invoice' | $T8 %] |
+ [% L.select_tag('dunning_original_invoice_creation_mode', [
+ [ 'create_new', LxERP.t8('Create new record.') ],
+ [ 'use_last_created_or_create_new',
+ LxERP.t8('Use last created record or create new.') ],
+ ], default=dunning_original_invoice_creation_mode) %]
+ |
+