epic-ts
[kivitendo-erp.git] / templates / webpages / gl / update_tax_accounts.html
1 [% USE L %]
2 [% FOR row = TAX_ACCOUNTS %]
3 <option value='[% row.id %]--[% row.rate %]'[% IF row.id == selected_tax_id%] selected[% END %]>[% row.taxdescription %] %</option>
4 [% END %]