X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3aa5cee2f12c1dff757539b60196bf5e1be0a5d6..c5d397d9b1c2e13dfdaf644fbd98cd41d00a2909:/templates/webpages/am/list_tax.html diff --git a/templates/webpages/am/list_tax.html b/templates/webpages/am/list_tax.html index 4dcfe041b..836cca355 100644 --- a/templates/webpages/am/list_tax.html +++ b/templates/webpages/am/list_tax.html @@ -9,6 +9,8 @@ [% 'tax_rate' | $T8 %] [% 'taxnumber' | $T8 %] [% 'account_description' | $T8 %] + [% 'Automatic skonto chart sales' | $T8 %] + [% 'Automatic skonto chart purchase' | $T8 %] [% SET row_odd = '1' %][% FOREACH row = TAX %] @@ -18,6 +20,8 @@ [% HTML.escape(row.rate) %] % [% HTML.escape(row.taxnumber) %] [% HTML.escape(row.account_description) %] + [% HTML.escape(row.skonto_chart_accno) %] [% HTML.escape(row.skonto_chart_description) %] + [% HTML.escape(row.skonto_chart_purchase_accno) %] [% HTML.escape(row.skonto_chart_purchase_description) %] [% END %]