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

[% title %]

@@ -12,6 +12,15 @@ + [% IF SHOW_DEPARTMENT_SELECTION %] + + [% 'Department' | $T8 %] + + [% L.select_tag('department_id', ALL_DEPARTMENTS, title_key = 'description', with_empty = 1, style=style) %] + + + [% END %] + [% IF SHOW_DUNNING_LEVEL_SELECTION %] [% 'Next Dunning Level' | $T8 %] @@ -59,5 +68,9 @@ + + + +