Bugzilla – Attachment 137889 Details for
Bug 30858
Add serial enumeration/chronology to itemsearch.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30589: (follow-up) Add enumchron to CSV export and fix CSS class
Bug-30589-follow-up-Add-enumchron-to-CSV-export-an.patch (text/plain), 2.22 KB, created by
David Nind
on 2022-07-19 20:53:34 UTC
(
hide
)
Description:
Bug 30589: (follow-up) Add enumchron to CSV export and fix CSS class
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-07-19 20:53:34 UTC
Size:
2.22 KB
patch
obsolete
>From 72ab0086680249af1d31f2837791eb4be3642922 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 18 Jul 2022 20:53:46 +0000 >Subject: [PATCH] Bug 30589: (follow-up) Add enumchron to CSV export and fix > CSS class > >https://bugs.koha-community.org/show_bug.cgi?id=30858 > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../prog/en/includes/catalogue/itemsearch_item.csv.inc | 2 ++ > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt | 2 +- > 2 files changed, 3 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.csv.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.csv.inc >index 7835b1aa21..1a1ade5a42 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.csv.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.csv.inc >@@ -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 %]" >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >index 9ce8995c2c..79ff782307 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt >@@ -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>' >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 30858
:
135393
|
137849
|
137850
|
137888
|
137889
|
137956
|
137957