X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcsv_import%2F_form_parts.html;h=4962981b11b7cbc6a41df49efa1d469d341f7fe6;hb=8b6ad9a4da005f880abf86378299756cebae75c4;hp=21dd4231619dbef2dbdf89f4abe4deaca86ccc1e;hpb=f87763cd84d89aafc4c4110ba42d041b02ce4371;p=kivitendo-erp.git diff --git a/templates/webpages/csv_import/_form_parts.html b/templates/webpages/csv_import/_form_parts.html index 21dd42316..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') %]: @@ -50,10 +43,18 @@ [%- LxERP.t8('Default buchungsgruppe') %]: - [% opts = L.options_for_select(SELF.all_buchungsgruppen, tilte => 'description', value => 'description', default => SELF.profile.get('default_buchungsgruppe')) %] + [% opts = L.options_for_select(SELF.all_buchungsgruppen, title => 'description', default => SELF.profile.get('default_buchungsgruppe')) %] [% L.select_tag('settings.default_buchungsgruppe', opts, style => 'width: 300px') %]
[% opts = [ [ 'never', LxERP.t8('Do not set default buchungsgruppe') ], [ 'all', LxERP.t8('Apply to all parts') ], [ 'missing', LxERP.t8('Apply to parts without buchungsgruppe') ] ] %] [% 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') %] + +