Bugzilla – Attachment 119147 Details for
Bug 28047
Standardize: Call number, callnumber, Call no. etc.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28047: Standardize: Call number, callnumber, Call no. etc.
Bug-28047-Standardize-Call-number-callnumber-Call-.patch (text/plain), 16.23 KB, created by
Katrin Fischer
on 2021-04-03 12:43:38 UTC
(
hide
)
Description:
Bug 28047: Standardize: Call number, callnumber, Call no. etc.
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-04-03 12:43:38 UTC
Size:
16.23 KB
patch
obsolete
>From 1d6f6bedc7f393fb0008e88722ab1ac485a6f26d Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 29 Mar 2021 18:35:16 +0000 >Subject: [PATCH] Bug 28047: Standardize: Call number, callnumber, Call no. > etc. > >This patch modifies instances in the template where variations of "Call >number" are used. Instead of "Call no." "Call no" or "callnumber," "Call >number" is used instead. > >To test, apply the patch and test the following pages to confirm that >the label has been correctly updated. In the staff interface: > >- Circulation -> Check out to a patron with checkouts -> View the table > of checked-out items. > - Check out to a patron who is guarantor to a patron with checkouts -> > View the table of the relative's checked-out items. >- Catalog -> Bibliographic detail page > -> Holdings table > -> Place hold -> Check "specific items" table > -> Rota (Stock rotation) >- Pending on-site checkouts >- Circulation -> Transfers to receive >- Circulation -> Transfers to send >- Patron -> Patron details > -> Print -> Print summary > -> Circulation history > >In the OPAC: > >- Log in as a user with checkouts > -> View the checkout tab on the "Your summary" page > -> Your checkout history > >In self checkout: > >- Log in as a user with checkouts -> View the checkouts table. > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc | 4 ++-- > .../intranet-tmpl/prog/en/includes/relatives-issues-table.inc | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 2 +- > .../intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt | 4 ++-- > .../intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt | 2 +- > .../intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt | 2 +- > .../intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt | 2 +- > .../intranet-tmpl/prog/en/modules/members/moremember-print.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt | 2 +- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 10 +++++----- > koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 2 +- > 14 files changed, 21 insertions(+), 21 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >index 38a4700416..9a2f74d43f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table.inc >@@ -23,8 +23,8 @@ > <th scope="col"> </th> > <th scope="col">Checked out on</th> > <th scope="col">Checked out from</th> >- <th scope="col">Call no</th> >- <th scope="col">Copy no</th> >+ <th scope="col">Call number</th> >+ <th scope="col">Copy number</th> > <th scope="col">Charge</th> > <th scope="col">Fine</th> > <th scope="col">Price</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/relatives-issues-table.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/relatives-issues-table.inc >index 68ba5c2b62..f3ad849562 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/relatives-issues-table.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/relatives-issues-table.inc >@@ -14,8 +14,8 @@ > <th scope="col">Checked out on (hidden, unformatted)</th> > <th scope="col">Checked out on</th> > <th scope="col">Checked out from</th> >- <th scope="col">Call no</th> >- <th scope="col">Copy no</th> >+ <th scope="col">Call number</th> >+ <th scope="col">Copy number</th> > <th scope="col">Charge</th> > <th scope="col">Fine</th> > <th scope="col">Price</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >index dfc9411a03..52866a5df8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt >@@ -744,7 +744,7 @@ Note that permanent location is a code, and location may be an authval. > <th title="Estimated cost tax incl. while pending, actual cost tax incl. once received">Price</th> > <th>Internal note</th> > <th>Subscription</th> >- <th>Subscription callnumber</th> >+ <th>Subscription call number</th> > </tr> > </thead> > <tbody> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt >index 89096e711f..89d735504e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt >@@ -46,7 +46,7 @@ > <thead> > <tr> > <th>Barcode</th> >- <th>Callnumber</th> >+ <th>Call number</th> > <th>Rota</th> > <th>Rota status</th> > <th>In transit</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt >index b4df9ad110..f6b282bbc2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt >@@ -165,7 +165,7 @@ > <th scope="col">Item type</th> > <th scope="col">Checked out on</th> > <th scope="col">Checked out from</th> >- <th scope="col">Call no</th> >+ <th scope="col">Call number</th> > <th scope="col">Charge</th> > </tr></thead> > <tbody> >@@ -183,7 +183,7 @@ > <th scope="col">Item type</th> > <th scope="col">Checked out on</th> > <th scope="col">Checked out from</th> >- <th scope="col">Call no</th> >+ <th scope="col">Call number</th> > <th scope="col">Charge</th> > </tr></thead> > <tbody> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt >index 924d43b6e7..b25b312f7c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt >@@ -47,7 +47,7 @@ > <table id="pending_onsite_checkout"> > <thead> > <tr> >- <th>Date</th><th>Patron</th><th>Title</th><th>Callnumber</th><th>Barcode</th><th>Library</th><th>Location</th> >+ <th>Date</th><th>Patron</th><th>Title</th><th>Call number</th><th>Barcode</th><th>Library</th><th>Location</th> > </tr> > </thead> > <tbody> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt >index 7f9472bdea..35ca4c43e5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transfers_to_send.tt >@@ -57,7 +57,7 @@ > <th>Reason</th> > <th>On loan</th> > <th>Home library</th> >- <th>Call no.</th> >+ <th>Call number</th> > <th>Actions</th> > </tr> > </thead> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt >index cfa8bf00d4..988f8b98bf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/transferstoreceive.tt >@@ -55,7 +55,7 @@ > <th class="anti-the">Title</th> > <th>On hold for</th> > <th>Home library</th> >- <th>Call no.</th> >+ <th>Call number</th> > <th> </th> > </tr></thead> > <tbody>[% FOREACH reser IN branchesloo.reserv %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt >index 14cc3bd107..5de14933b3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt >@@ -36,7 +36,7 @@ > <tr> > <th>Title</th> > <th>Author</th> >- <th>Call no</th> >+ <th>Call number</th> > <th>Item type</th> > <th>Date due</th> > <th>Barcode</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >index 8534cb0ea1..8b6bb6c6a9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt >@@ -67,7 +67,7 @@ > <th class="title-string">Date</th> > <th class="anti-the">Title</th> > <th>Author</th> >- <th>Call no.</th> >+ <th>Call number</th> > <th>Barcode</th> > <th>Number of renewals</th> > <th class="title-string">Checked out on</th> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index b9a39864a8..7090bbdb57 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -558,7 +558,7 @@ > [% IF itemdata_ccode %] > <th>Collection</th> > [% END %] >- <th>Call no.</th> >+ <th>Call number</th> > <th>Copy number</th> > [% IF itemdata_enumchron %] > <th>Vol no.</th> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >index 525f0fb67e..e66e5d0584 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >@@ -90,7 +90,7 @@ > <th class="NoSort noExport"></th> > <th class="anti-the">Title</th> > <th>Item type</th> >- <th>Call no.</th> >+ <th>Call number</th> > <th class="title-string">Date</th> > [% IF ( OPACMySummaryHTML ) %] > <th class="NoSort noExport">Links</th> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index bd4cb9faf1..bce54f6558 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -247,7 +247,7 @@ > [% IF ( show_barcode ) %] > <th>Barcode</th> > [% END %] >- <th>Call no.</th> >+ <th>Call number</th> > [% IF ( OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %] > <th>Renew</th> > [% END %] >@@ -349,7 +349,7 @@ > </td> > [% END %] > <td class="call_no"> >- <span class="tdlabel">Call no.:</span> >+ <span class="tdlabel">Call number:</span> > [% ISSUE.itemcallnumber | html %] > </td> > [% IF ( OpacRenewalAllowed && !( logged_in_user.is_expired && logged_in_user.category.effective_BlockExpiredPatronOpacActions ) ) %] >@@ -540,7 +540,7 @@ > <th class="anti-the">Title</th> > <th>Due</th> > <th>Barcode</th> >- <th>Call no.</th> >+ <th>Call number</th> > <th class="psort">Relative</th> > </tr> > </thead> >@@ -589,7 +589,7 @@ > <th class="anti-the">Title</th> > [% UNLESS ( item_level_itypes ) %]<th>Item type</th> [% END %] > [% IF ( show_barcode ) %]<th>Barcode</th>[% END %] >- <th>Call no.</th> >+ <th>Call number</th> > <th class="title-string psort">Due</th> > [% IF ( OpacRenewalAllowed ) %] > <th class="nosort">Renew</th> >@@ -657,7 +657,7 @@ > </td> > [% END %] > <td> >- <span class="tdlabel">Call no.:</span> >+ <span class="tdlabel">Call number:</span> > [% OVERDUE.itemcallnumber | html %] > </td> > <td> >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >index 0c93012f11..25f69f4bc9 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >@@ -293,7 +293,7 @@ > <tr> > <th class="noshow">Checked out on</th> > <th class="anti-the">Title</th> >- <th>Call no.</th> >+ <th>Call number</th> > <th class="title-string">Due</th> > <th class="nosort">Renew</th> > [% UNLESS ( nofines ) %] >-- >2.11.0
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 28047
:
118981
|
119036
| 119147 |
119148
|
119215