]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/csv_import/form.html
date error in mapping
[mfinanz.git] / templates / webpages / csv_import / form.html
index e867f7a51d3ae5c1c160c693bdf91dfe6fdcdeb6..7086f4367a8fb741ab8831c758ec06b1b2071df9 100644 (file)
     </p>
    [%- END %]
 [%- END %][%# IF SELF.type == … %]
+  </div>
 
-   <p>
-    [%- L.submit_tag('action_download_sample', LxERP.t8('Download sample file')) %]
-   </p>
-
+  <div>
+    <p>
+      [%- L.submit_tag('action_download_sample', LxERP.t8('Download sample file')) %]
+    </p>
   </div>
 
   <hr>
  [%- 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 %]