X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcsv_import%2F_form_parts.html;h=4962981b11b7cbc6a41df49efa1d469d341f7fe6;hb=afa558ad31f9cd85005b55aa2c684a746211dd61;hp=2c9545a2c15e19bae2d9c37e9978220f0fbb1974;hpb=023fab8dbe0db533376eab5435bac167c0d71744;p=kivitendo-erp.git diff --git a/templates/webpages/csv_import/_form_parts.html b/templates/webpages/csv_import/_form_parts.html index 2c9545a2c..4962981b1 100644 --- a/templates/webpages/csv_import/_form_parts.html +++ b/templates/webpages/csv_import/_form_parts.html @@ -24,13 +24,6 @@ - - [%- LxERP.t8('Separator for part groups') %]: - - [% L.input_tag('settings.part_group_sep_char', SELF.profile.get('part_group_sep_char'), size => 5) %] - - - [%- LxERP.t8('Mark as shop article if column missing') %]: @@ -57,3 +50,11 @@ [% L.select_tag('settings.apply_buchungsgruppe', L.options_for_select(opts, default => SELF.profile.get('apply_buchungsgruppe')), style => 'width: 300px') %] + + + [%- LxERP.t8('Default unit') %]: + + [% opts = L.options_for_select(SELF.all_units, title => 'name', value => 'name', default => SELF.profile.get('default_unit')) %] + [% L.select_tag('settings.default_unit', opts, style => 'width: 300px') %] + +