]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/gl/update_tax_accounts.html
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[mfinanz.git] / templates / webpages / gl / update_tax_accounts.html
index 88d86686140f6f29863f0299bd556a9d70eebb9e..72ce6ef7edf6762edbb08532b136163181dddaa7 100644 (file)
@@ -1,4 +1,4 @@
 [% USE L %][%- USE LxERP -%]
 [% FOR row = TAX_ACCOUNTS %]
-<option value='[% row.id %]--[% row.rate %]'[% IF row.is_default %] selected[% END %]>[% row.taxdescription %] [% LxERP.round_amount(row.rate * 100) %] %</option>
+<option value='[% row.id %]--[% row.rate %]'[% IF row.is_default %] selected[% END %]>[% row.taxkey _ " - " _ row.taxdescription %] [% LxERP.round_amount(row.rate * 100) %] %</option>
 [% END %]