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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.csv.inc (+2 lines)
Lines 17-22 Link Here
17
[%- delimiter | $raw -%]
17
[%- delimiter | $raw -%]
18
"[% item.barcode | replace('"', '""') | $raw %]"
18
"[% item.barcode | replace('"', '""') | $raw %]"
19
[%- delimiter | $raw -%]
19
[%- delimiter | $raw -%]
20
"[% item.enumchron | replace('"', '""') | $raw %]"
21
[%- delimiter | $raw -%]
20
"[% item.itemcallnumber | replace('"', '""') | $raw %]"
22
"[% item.itemcallnumber | replace('"', '""') | $raw %]"
21
[%- delimiter | $raw -%]
23
[%- delimiter | $raw -%]
22
"[% Branches.GetName(item.homebranch) | replace('"', '""') | $raw %]"
24
"[% Branches.GetName(item.homebranch) | replace('"', '""') | $raw %]"
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt (-2 / +1 lines)
Lines 324-330 Link Here
324
                + '      <th id="items_publisher">' + _("Publisher") + '</th>'
324
                + '      <th id="items_publisher">' + _("Publisher") + '</th>'
325
                + '      <th id="items_collection">' + _("Collection") + '</th>'
325
                + '      <th id="items_collection">' + _("Collection") + '</th>'
326
                + '      <th id="items_barcode">' + _("Barcode") + '</th>'
326
                + '      <th id="items_barcode">' + _("Barcode") + '</th>'
327
                + '      <th id="items_barcode">' + _("Serial enumeration") + '</th>'
327
                + '      <th id="items_enumchron">' + _("Serial enumeration") + '</th>'
328
                + '      <th id="items_callno">' + _("Call number") + '</th>'
328
                + '      <th id="items_callno">' + _("Call number") + '</th>'
329
                + '      <th id="items_homebranch">' + _("Home library") + '</th>'
329
                + '      <th id="items_homebranch">' + _("Home library") + '</th>'
330
                + '      <th id="items_holdingbranch">' + _("Current library") + '</th>'
330
                + '      <th id="items_holdingbranch">' + _("Current library") + '</th>'
331
- 

Return to bug 30858