X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcsv_import%2Fform.html;h=c40c563d42f688cf0fbffe961a524197754ff8da;hb=01678c873dfa6fcbe5003789e79d8b7ad7c93551;hp=91b227d659911c22b8642ded2deb83de3d07551e;hpb=6a12a968761127af91e9da8db7579be2836bcaaa;p=kivitendo-erp.git diff --git a/templates/webpages/csv_import/form.html b/templates/webpages/csv_import/form.html index 91b227d65..c40c563d4 100644 --- a/templates/webpages/csv_import/form.html +++ b/templates/webpages/csv_import/form.html @@ -260,8 +260,8 @@ [%- INCLUDE 'csv_import/_form_inventories.html' %] [%- ELSIF SELF.type == 'orders' %] [%- INCLUDE 'csv_import/_form_orders.html' %] -[%- ELSIF SELF.type == 'mt940' %] - [%- INCLUDE 'csv_import/_form_mt940.html' %] +[%- ELSIF SELF.type == 'bank_transactions' %] + [%- INCLUDE 'csv_import/_form_banktransactions.html' %] [%- END %]