Bugzilla – Attachment 179105 Details for
Bug 39248
Wrong 007/5 label for # in Nonprojected graphic
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39248: Wrong 007/5 label for # in Nonprojected graphic
Bug-39248-Wrong-0075-label-for--in-Nonprojected-gr.patch (text/plain), 2.09 KB, created by
Martin Renvoize (ashimema)
on 2025-03-10 12:09:00 UTC
(
hide
)
Description:
Bug 39248: Wrong 007/5 label for # in Nonprojected graphic
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-03-10 12:09:00 UTC
Size:
2.09 KB
patch
obsolete
>From aa99a8e3b90dc51b9a5f808af94b4e3f74f2d77f Mon Sep 17 00:00:00 2001 >From: Janusz Kaczmarek <januszop@gmail.com> >Date: Wed, 5 Mar 2025 13:44:29 +0100 >Subject: [PATCH] Bug 39248: Wrong 007/5 label for # in Nonprojected graphic > >According to https://loc.gov/marc/bibliographic/bd007k.html the label >for a blank in 007/5 for Nonprojected Graphic should be "No secondary >support". Currently, it sais wrongly "No attempt to code". > >Test plan: >========== >1. Start editing a new record. For field 007 use the value builder. > Choose Nonprojected graphic as Material type. Note that under > position 05 you get wrong label 'No attempt to code. >2. Apply the patch ; restart_all. >3. Repeat p. 1. You should now see 'No secondary support' for #. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../en/modules/cataloguing/value_builder/marc21_field_007.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tt >index 744487160a6..80fd4914677 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tt >@@ -4801,11 +4801,11 @@ > <select name="f5" id="f5"> \ > [% IF ( f5exclamation ) %] \ > <option value=" " selected="selected">' + >- _("#- No attempt to code") + >+ _("#- No secondary support") + > '</option> \ > [% ELSE %] \ > <option value=" ">' + >- _("#- No attempt to code") + >+ _("#- No secondary support") + > '</option> \ > [% END %] \ > [% IF ( f5a ) %] \ >-- >2.48.1
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 39248
:
178955
|
178994
| 179105