X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcsv_import%2F_form_parts.html;h=129113e9d131507e45910394ebff46ede65267a4;hb=b1b4e6878345cc1a8b590dd7362e4a50048f2417;hp=26465aa9ee03497fd2af835a0824f18cc221010a;hpb=1abd784542136a7ce095ae97c754aae088acf1bb;p=kivitendo-erp.git diff --git a/templates/webpages/csv_import/_form_parts.html b/templates/webpages/csv_import/_form_parts.html index 26465aa9e..129113e9d 100644 --- a/templates/webpages/csv_import/_form_parts.html +++ b/templates/webpages/csv_import/_form_parts.html @@ -1,3 +1,5 @@ +[% USE LxERP %] +[% USE L %] [%- LxERP.t8('Parts with existing part numbers') %]: @@ -22,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') %]: @@ -48,7 +43,7 @@ [%- 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') ] ] %]