From c02fb8992f253af9391dc7a11ca322ec3880cca0 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 22 Dec 2016 12:36:37 +0000 Subject: [PATCH] Bug 16914 - Export csv in item search, exports all items in one line - alternate-alternate Test plan: 0) Do not apply the patch 1) Install any translation 2) Go to item search and choose Output to be CSV 3) Search for at least 2 items in result set, open CSV in text editor -> in english, everything is ok -> in other languages are all data on one line 4) Apply the patch 5) Repeat steps 1, 2 and 3, CSV should look OK either in english and other languages 6) Check it does not break Bug 14264 correction --- koha-tmpl/intranet-tmpl/prog/en/includes/empty_line.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/empty_line.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/empty_line.inc index e69de29..139597f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/empty_line.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/empty_line.inc @@ -0,0 +1,2 @@ + + -- 2.1.4