From 1996b0da9903b1593b6cfdd536225e0a47a4bcb0 Mon Sep 17 00:00:00 2001 From: Lee Jamison Date: Fri, 4 Aug 2017 19:27:22 +0000 Subject: [PATCH] Bug 18331: Followup - Fix CSV export (once and for all!) Content-Type: text/plain; charset=utf-8 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 Signed-off-by: Josef Moravec Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy --- 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