Bug 39248

Summary: Wrong 007/5 label for # in Nonprojected graphic
Product: Koha Reporter: Janusz Kaczmarek <januszop>
Component: TemplatesAssignee: Janusz Kaczmarek <januszop>
Status: Pushed to main --- QA Contact: Martin Renvoize (ashimema) <martin.renvoize>
Severity: trivial    
Priority: P5 - low CC: martin.renvoize
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: String patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
25.05.00
Circulation function:
Attachments: Bug 39248: Wrong 007/5 label for # in Nonprojected graphic
Bug 39248: Wrong 007/5 label for # in Nonprojected graphic
Bug 39248: Wrong 007/5 label for # in Nonprojected graphic

Description Janusz Kaczmarek 2025-03-05 12:32:18 UTC
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".

koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/marc21_field_007.tt should be corrected.
Comment 1 Janusz Kaczmarek 2025-03-05 12:46:14 UTC
Created attachment 178955 [details] [review]
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 #.
Comment 2 Owen Leonard 2025-03-05 16:14:41 UTC
Created attachment 178994 [details] [review]
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>
Comment 3 Martin Renvoize (ashimema) 2025-03-10 12:09:00 UTC
Created attachment 179105 [details] [review]
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>
Comment 4 Katrin Fischer 2025-03-17 07:28:36 UTC
Pushed for 25.05!

Well done everyone, thank you!