View | Details | Raw Unified | Return to bug 18433
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch_csv.tt (-2 / +1 lines)
Lines 1-4 Link Here
1
[% INCLUDE csv_headers/catalogue/itemsearch.tt %]
1
[% INCLUDE csv_headers/catalogue/itemsearch.tt %]
2
[% FOREACH item IN results -%]
2
[% FOREACH item IN results -%]
3
  [% INCLUDE 'catalogue/itemsearch_item.csv.inc' item = item +%]
3
  [%- INCLUDE 'catalogue/itemsearch_item.csv.inc' item = item +%]
4
[%- END -%]
4
[%- END -%]
5
- 

Return to bug 18433