X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ed0754c2f82cab2e24100107b534692d5455b02d..HEAD:/templates/webpages/dunning/edit_config.html diff --git a/templates/webpages/dunning/edit_config.html b/templates/webpages/dunning/edit_config.html index 19686f03c..04d964c85 100644 --- a/templates/webpages/dunning/edit_config.html +++ b/templates/webpages/dunning/edit_config.html @@ -128,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) %] + +