From 9aadb0dc692b0b6f8dcf89e1ae45746b25f04f5e Mon Sep 17 00:00:00 2001
From: Lee Jamison <ldjamison@marywood.edu>
Date: Fri, 4 Aug 2017 19:27:22 +0000
Subject: [PATCH] Fix CSV export (once and for all!)

Follow-up on Comment 21 to correct the empty_line.inc
include in basket.tt

https://bugs.koha-community.org/show_bug.cgi?id=18331

Signed-off-by: Lee Jamison <ldjamison@marywood.edu>
---
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/basket.tt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/basket.tt
index a353e59..4c2525c 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/basket.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/basket.tt
@@ -1,5 +1,5 @@
 [%- INCLUDE csv_headers/acqui/basket.tt -%]
-[% INCLUDE empty_line.inc -%]
+[%- INCLUDE empty_line.inc -%]
 [%- FOREACH r IN rows -%]
 "[% r.contractname %]",[% r.ordernumber %],[% r.entrydate %],[% r.isbn %],"[% r.author %]","[% r.title %]",[% r.publicationyear %],"[% r.publishercode %]","[% r.collectiontitle %]","[% r.notes %]",[% r.quantity %],[% r.rrp %],"[% r.deliveryplace %]","[% r.billingplace %]"
 [%- INCLUDE empty_line.inc %]
-- 
2.1.4