Bugzilla – Attachment 62390 Details for
Bug 18433
Allow to select results to export in item search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18433: Remove indentation from CSV output
Bug-18433-Remove-indentation-from-CSV-output.patch (text/plain), 942 bytes, created by
Julian Maurice
on 2017-04-19 15:14:30 UTC
(
hide
)
Description:
Bug 18433: Remove indentation from CSV output
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2017-04-19 15:14:30 UTC
Size:
942 bytes
patch
obsolete
>From 98ecd0f446b29f625aaead4d84b768cee0bd46f9 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Wed, 19 Apr 2017 17:14:13 +0200 >Subject: [PATCH] Bug 18433: Remove indentation from CSV output > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch_csv.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch_csv.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch_csv.tt >index 9ac5047641..f3a45e3c20 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch_csv.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch_csv.tt >@@ -1,4 +1,4 @@ > [% INCLUDE csv_headers/catalogue/itemsearch.tt %] > [% FOREACH item IN results -%] >- [% INCLUDE 'catalogue/itemsearch_item.csv.inc' item = item +%] >+ [%- INCLUDE 'catalogue/itemsearch_item.csv.inc' item = item +%] > [%- END -%] >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18433
:
62170
|
62181
|
62358
|
62388
|
62389
|
62390
|
62415
|
62416
|
62417
|
62449
|
62472
|
95380
|
97479
|
99123
|
99124
|
99159
|
99160
|
99161
|
99162