X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/53593baa211863fbf66540cf1bcc36c8fb37257f..HEAD:/templates/webpages/dunning/add.html diff --git a/templates/webpages/dunning/add.html b/templates/webpages/dunning/add.html index d061d2c7e..8ef0fcf89 100644 --- a/templates/webpages/dunning/add.html +++ b/templates/webpages/dunning/add.html @@ -1,4 +1,5 @@ [%- USE T8 %][%- USE L %] +[% USE LxERP %] [% USE HTML %]

[% title %]

@@ -43,6 +44,16 @@ + + [% 'Payment Term' | $T8 %] + [% L.select_tag('payment_id', ALL_PAYMENT_TERMS, with_empty=1, title_key='description', with_empty=1) %] + + + + [% 'Type' | $T8 %] + [% L.select_tag('invoice', [ ['t', LxERP.t8('Invoice (No Dunning Fees)')], ['f', LxERP.t8('AR transactions (Dunning Fees)')], ], with_empty=1) %] + + [% 'Notes' | $T8 %]