Filtert Steuern bei Dialogbuchungen
[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 %]