X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b468aaac08d9ddb75706502e71a4cadea93ee9ce..63954fb8a44c1a76d3d8529dcc2cca5f9029bd45:/templates/webpages/admin/create_dataset.html?ds=inline diff --git a/templates/webpages/admin/create_dataset.html b/templates/webpages/admin/create_dataset.html index 2f90d579a..5b776569b 100644 --- a/templates/webpages/admin/create_dataset.html +++ b/templates/webpages/admin/create_dataset.html @@ -32,17 +32,17 @@ - [% LxERP.t8('Accounting method') %] * + [% LxERP.t8('Accounting method') %] [% L.select_tag('accounting_method', SELF.all_accounting_methods, title_key='name', default=(FORM.accounting_method || 'cash')) %] - [% LxERP.t8('Inventory system') %] * + [% LxERP.t8('Inventory system') %] [% L.select_tag('inventory_system', SELF.all_inventory_systems, title_key='name', default=(FORM.inventory_system || 'periodic')) %] - [% LxERP.t8('Profit determination') %] * + [% LxERP.t8('Profit determination') %] [% L.select_tag('profit_determination', SELF.all_profit_determinations, title_key='name', default=(FORM.profit_determination || 'income')) %]