Bug 30858: (follow-up) Add enumchron to CSV export and fix CSS class
Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
8c5e47ae5b
commit
39ae2fa3fe
2 changed files with 3 additions and 1 deletions
|
@ -17,6 +17,8 @@
|
|||
[%- delimiter | $raw -%]
|
||||
"[% item.barcode | replace('"', '""') | $raw %]"
|
||||
[%- delimiter | $raw -%]
|
||||
"[% item.enumchron | replace('"', '""') | $raw %]"
|
||||
[%- delimiter | $raw -%]
|
||||
"[% item.itemcallnumber | replace('"', '""') | $raw %]"
|
||||
[%- delimiter | $raw -%]
|
||||
"[% Branches.GetName(item.homebranch) | replace('"', '""') | $raw %]"
|
||||
|
|
|
@ -324,7 +324,7 @@
|
|||
+ ' <th id="items_publisher">' + _("Publisher") + '</th>'
|
||||
+ ' <th id="items_collection">' + _("Collection") + '</th>'
|
||||
+ ' <th id="items_barcode">' + _("Barcode") + '</th>'
|
||||
+ ' <th id="items_barcode">' + _("Serial enumeration") + '</th>'
|
||||
+ ' <th id="items_enumchron">' + _("Serial enumeration") + '</th>'
|
||||
+ ' <th id="items_callno">' + _("Call number") + '</th>'
|
||||
+ ' <th id="items_homebranch">' + _("Home library") + '</th>'
|
||||
+ ' <th id="items_holdingbranch">' + _("Current library") + '</th>'
|
||||
|
|
Loading…
Reference in a new issue