Bugzilla – Attachment 119148 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 28084: (QA follow-up) Fix a few more Callnumber entries
Bug-28084-QA-follow-up-Fix-a-few-more-Callnumber-e.patch (text/plain), 3.88 KB, created by
Katrin Fischer
on 2021-04-03 12:43:42 UTC
(
hide
)
Description:
Bug 28084: (QA follow-up) Fix a few more Callnumber entries
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-04-03 12:43:42 UTC
Size:
3.88 KB
patch
obsolete
>From bb03abd079e6b4268a652bbbf3030450bd6d6a63 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 3 Apr 2021 14:42:26 +0200 >Subject: [PATCH] Bug 28084: (QA follow-up) Fix a few more Callnumber entries > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >https://bugs.koha-community.org/show_bug.cgi?id=28047 >--- > installer/data/mysql/en/mandatory/sample_notices.yml | 2 +- > .../prog/en/modules/cataloguing/value_builder/cn_browser.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt | 4 ++-- > misc/cronjobs/stockrotation.pl | 2 +- > 4 files changed, 5 insertions(+), 5 deletions(-) > >diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml >index bbcddf545c..f61cd06100 100644 >--- a/installer/data/mysql/en/mandatory/sample_notices.yml >+++ b/installer/data/mysql/en/mandatory/sample_notices.yml >@@ -623,7 +623,7 @@ tables: > - "[% ELSE %]No items to be processed for this branch" > - "[% END %][% FOREACH item IN branch.items %][% IF item.reason != 'in-demand' %]Title: [% item.title %]" > - "Author: [% item.author %]" >- - "Callnumber: [% item.callnumber %]" >+ - "Call number: [% item.callnumber %]" > - "Location: [% item.location %]" > - "Barcode: [% item.barcode %]" > - "On loan?: [% item.onloan %]" >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/cn_browser.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/cn_browser.tt >index e84f2736b7..9941356564 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/cn_browser.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/cn_browser.tt >@@ -22,7 +22,7 @@ > <input name="plugin_name" type="hidden" value="cn_browser.pl"/> > <input name="popup" type="hidden" value="[% popup | html %]"/> > </br> >- <label for="cn_source">Callnumber classification scheme:</label> >+ <label for="cn_source">Call number classification scheme:</label> > <select name="cn_source" form="cn_browser"> > [% FOREACH class_source IN class_sources %] > [% IF class_source.cn_source == cn_source %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >index a2c3aed723..80b0c3cc81 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt >@@ -117,12 +117,12 @@ > </select> </li> > [% END %] > <li> >- <label for="minlocation">Item callnumber between: </label> >+ <label for="minlocation">Item call number between: </label> > <input type="text" name="minlocation" id="minlocation" value="[% minlocation | html %]" /> (items.itemcallnumber) </li> > <li><label for="maxlocation">...and: </label> > <input type="text" name="maxlocation" id="maxlocation" value="[% maxlocation | html %]" /> > <li> >- <label for="class_source">Callnumber classification scheme</label> >+ <label for="class_source">Call number classification scheme</label> > <select name="class_source"> > [% FOREACH class_source IN class_sources %] > [% IF class_source.cn_source == pref_class %] >diff --git a/misc/cronjobs/stockrotation.pl b/misc/cronjobs/stockrotation.pl >index 26a9fcff68..3a30d58226 100755 >--- a/misc/cronjobs/stockrotation.pl >+++ b/misc/cronjobs/stockrotation.pl >@@ -393,7 +393,7 @@ sub _print_item { > return sprintf " > Title: %s > Author: %s >- Callnumber: %s >+ Call number: %s > Location: %s > Barcode: %s > On loan?: %s >-- >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