Dateimanagement: anderes colspan bei Bilder berücksichtigen
[kivitendo-erp.git] / templates / webpages / gl / update_tax_accounts.html
index 940d34d..72ce6ef 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 %]