X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6410ae9fc53e8501b21038c41005e39831020f5f..HEAD:/templates/webpages/csv_import/form.html diff --git a/templates/webpages/csv_import/form.html b/templates/webpages/csv_import/form.html index e867f7a51..7086f4367 100644 --- a/templates/webpages/csv_import/form.html +++ b/templates/webpages/csv_import/form.html @@ -154,11 +154,12 @@

[%- END %] [%- END %][%# IF SELF.type == … %] + -

- [%- L.submit_tag('action_download_sample', LxERP.t8('Download sample file')) %] -

- +
+

+ [%- L.submit_tag('action_download_sample', LxERP.t8('Download sample file')) %] +


@@ -279,6 +280,8 @@ [%- INCLUDE 'csv_import/_form_delivery_orders.html' %] [%- ELSIF SELF.type == 'ar_transactions' %] [%- INCLUDE 'csv_import/_form_artransactions.html' %] +[%- ELSIF SELF.type == 'ap_transactions' %] + [%- INCLUDE 'csv_import/_form_aptransactions.html' %] [%- ELSIF SELF.type == 'bank_transactions' %] [%- INCLUDE 'csv_import/_form_banktransactions.html' %] [%- END %]