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:
Katrin Fischer 2022-07-18 20:53:46 +00:00 committed by Tomas Cohen Arazi
parent 8c5e47ae5b
commit 39ae2fa3fe
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F
2 changed files with 3 additions and 1 deletions

View file

@ -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 %]"

View file

@ -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>'