X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdunning%2Fshow_invoices.html;h=ce7579b8c201fc4f42b2b1af3578ab627ab3f049;hb=2def6461e70255e05432757a744188e84c767f79;hp=cd8c434227ea3d9185627630015db8bddf5ad4c7;hpb=9b7c4fb29b4d7ce6714e90346a554a811f54b125;p=kivitendo-erp.git diff --git a/templates/webpages/dunning/show_invoices.html b/templates/webpages/dunning/show_invoices.html index cd8c43422..ce7579b8c 100644 --- a/templates/webpages/dunning/show_invoices.html +++ b/templates/webpages/dunning/show_invoices.html @@ -4,7 +4,6 @@ [% L.javascript_tag('jquery.checkall') %] [% SET all_active = 1 %][% FOREACH row = DUNNINGS %][% IF !row.active %][% SET all_active = 0 %][% LAST %][% END %][% END %] [% SET all_email = 1 %][% FOREACH row = DUNNINGS %][% IF !row.email %][% SET all_email = 0 %][% LAST %][% END %][% END %] - @@ -28,6 +27,7 @@ [% 'Customername' | $T8 %] + [% 'Language' | $T8 %] [% 'Invno.' | $T8 %] [% 'Invdate' | $T8 %] [% 'Inv. Duedate' | $T8 %] @@ -57,6 +57,7 @@ [% HTML.escape(row.customername) %] + [% HTML.escape(row.language) %] [% HTML.escape(row.invnumber) %] @@ -74,6 +75,8 @@
+ + [% 'Override invoice language' | $T8 %] [% PRINT_OPTIONS %]
@@ -90,5 +93,8 @@ [% UNLESS DEBUG_DUNNING %]onclick="this.disabled=true; this.value='[% 'The dunning process started' | $T8 %]'; document.Form.submit()"[% END %]> - - + +