X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcsv_import%2F_form_customers_vendors.html;h=dbb828031f0303d310250b853713c5bb0890d003;hb=b2930e37cd4bfd276be6c785e1cd7fff0f503aef;hp=f53dcf3c9c70a37283e2640932ab9dc0787ec063;hpb=1abd784542136a7ce095ae97c754aae088acf1bb;p=kivitendo-erp.git diff --git a/templates/webpages/csv_import/_form_customers_vendors.html b/templates/webpages/csv_import/_form_customers_vendors.html index f53dcf3c9..dbb828031 100644 --- a/templates/webpages/csv_import/_form_customers_vendors.html +++ b/templates/webpages/csv_import/_form_customers_vendors.html @@ -1,7 +1,10 @@ +[% USE LxERP %] +[% USE L %] + [%- LxERP.t8('Target table') %]: [% opts = [ [ 'customer', LxERP.t8('Customers') ], [ 'vendor', LxERP.t8('Vendors') ] ] %] - [% L.select_tag('settings.table', L.options_for_select(opts, default => SELF.profile.get('table')), style => 'width: 300px') %] + [% L.select_tag('settings.table', opts, default = SELF.profile.get('table'), style = 'width: 300px') %]