]> wagnertech.de Git - kivitendo-erp.git/blob - templates/webpages/gl/update_tax_accounts.html
Konflikt zwischen zwei Upgrade-Scripten beheben
[kivitendo-erp.git] / templates / webpages / gl / update_tax_accounts.html
1 [% FOR row = TAX_ACCOUNTS %]
2 <option value='[% row.id %]--[% row.rate %]' [% IF row.id == select_index %]selected[% END %]>[% row.taxdescription %] %</option>
3 [% END %]