]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/gl/update_tax_accounts.html
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / templates / webpages / gl / update_tax_accounts.html
index 940d34dfed21588598bf5edf430c52470bd3d266..72ce6ef7edf6762edbb08532b136163181dddaa7 100644 (file)
@@ -1,3 +1,4 @@
+[% USE L %][%- USE LxERP -%]
 [% FOR row = TAX_ACCOUNTS %]
-<option value='[% row.id %]--[% row.rate %]' [% IF row.id == select_index %]selected[% END %]>[% row.taxdescription %] %</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 %]