X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b293ff8ad52fc76ba0c44783e3982418114d6b08..HEAD:/templates/webpages/csv_import/form.html diff --git a/templates/webpages/csv_import/form.html b/templates/webpages/csv_import/form.html index 568324e28..7086f4367 100644 --- a/templates/webpages/csv_import/form.html +++ b/templates/webpages/csv_import/form.html @@ -280,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 %]