Filtert Steuern bei Dialogbuchungen
[kivitendo-erp.git] / templates / webpages / gl / update_tax_accounts.html
diff --git a/templates/webpages/gl/update_tax_accounts.html b/templates/webpages/gl/update_tax_accounts.html
new file mode 100644 (file)
index 0000000..940d34d
--- /dev/null
@@ -0,0 +1,3 @@
+[% FOR row = TAX_ACCOUNTS %]
+<option value='[% row.id %]--[% row.rate %]' [% IF row.id == select_index %]selected[% END %]>[% row.taxdescription %] %</option>
+[% END %]