Bug 18331: POST_CHOMP everywhere!
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 14 Aug 2017 13:26:48 +0000 (10:26 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 15 Aug 2017 15:17:41 +0000 (12:17 -0300)
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/basket.tt
koha-tmpl/intranet-tmpl/prog/en/modules/reports/csv/cash_register_stats.tt

index 4c2525c..3857b63 100644 (file)
@@ -2,5 +2,5 @@
 [%- 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 %]
+[%- INCLUDE empty_line.inc -%]
 [%- END -%]
index 7453b84..553eaa7 100644 (file)
@@ -3,7 +3,7 @@
 [%- INCLUDE empty_line.inc -%]
 [%- FOREACH row IN rows -%]
     [%- FOREACH field IN row; field IF !loop.last; ItemTypes.GetDescription(field) IF loop.last; sep IF !loop.last; END -%]
-    [%- INCLUDE empty_line.inc %]
+    [%- INCLUDE empty_line.inc -%]
 [%- END -%]
 TOTAL[%- INCLUDE empty_line.inc -%]
 [%- FOREACH field IN total; field; sep IF !loop.last; END -%]