X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fadmin%2Fcreate_dataset.html;h=5b776569bc3f777f563c19f740cde5e3910f81c0;hb=63954fb8a44c1a76d3d8529dcc2cca5f9029bd45;hp=2f90d579ac5374b0a5924e16b30d39cea9546f69;hpb=9b36c5639d01f1c9059381c12fac5d57ff614710;p=kivitendo-erp.git 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')) %]