X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcsv_import%2F_form_parts.html;h=e499e8014373544b1b3544b25eab160640cc2af3;hb=c6a27f90a8e644ed00910aeddaff38c74b513032;hp=c88b710e9c66dfc7fce64431907b228e10e1ce2f;hpb=5896615180704b3dddba46f4064a47ff1f094c3c;p=kivitendo-erp.git diff --git a/templates/webpages/csv_import/_form_parts.html b/templates/webpages/csv_import/_form_parts.html index c88b710e9..e499e8014 100644 --- a/templates/webpages/csv_import/_form_parts.html +++ b/templates/webpages/csv_import/_form_parts.html @@ -11,7 +11,7 @@ [%- LxERP.t8('Sellprice significant places') %]: - [% L.select_tag('settings.sellprice_places', [ 0, 1, 2, 3, 4, 5 ], default = SELF.profile.get('sellprice_places')), style = 'width: 300px') %] + [% L.select_tag('settings.sellprice_places', [ 0, 1, 2, 3, 4, 5 ], default = SELF.profile.get('sellprice_places'), style = 'width: 300px') %] @@ -54,7 +54,7 @@ [%- LxERP.t8('Default unit') %]: - [% opts = SELF.all_units, title_key = 'name', value_key = 'name', default = SELF.profile.get('default_unit')) %] + [% opts = SELF.all_units, title_key = 'name', value_key = 'name', default = SELF.profile.get('default_unit') %] [% L.select_tag('settings.default_unit', opts, style => 'width: 300px') %]