]> wagnertech.de Git - mfinanz.git/blob - templates/webpages/ir/update_taxes.html
date error in mapping
[mfinanz.git] / templates / webpages / ir / update_taxes.html
1 [% USE L %][%- USE LxERP -%]
2 [% FOR row = TAXES %]
3 <option value='[% row.id %]'[% IF row.is_default %] selected[% END %]>[% row.taxkey _ " - " _ row.taxdescription %] [% LxERP.round_amount(row.rate * 100) %] %</option>
4 [% END %]