Bugzilla – Attachment 159417 Details for
Bug 35453
Wrong 'Laserdisc)' string on 007 builder (MARC21)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35453: Fix wrong 'Laserdisc)' string on 007 builder (MARC21)
Bug-35453-Fix-wrong-Laserdisc-string-on-007-builde.patch (text/plain), 1.60 KB, created by
David Nind
on 2023-11-30 18:30:17 UTC
(
hide
)
Description:
Bug 35453: Fix wrong 'Laserdisc)' string on 007 builder (MARC21)
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-11-30 18:30:17 UTC
Size:
1.60 KB
patch
obsolete
>From 7608e816f9358e4db67f217c1a90cd561315e0af Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 30 Nov 2023 09:46:48 -0300 >Subject: [PATCH] Bug 35453: Fix wrong 'Laserdisc)' string on 007 builder > (MARC21) > >Steps to reproduce: >1. On cataloguing, open the 007 builder. >2. Choose material type 'Video recording' >3. On 04 choose g - Laserdisc >4. Click save >=> SUCCESS: 'g' correctly shows on the 007 >5. Edit the 007 again >=> FAIL: on 04, 'g - Laserdisc)' is displayed >6. Apply this patch >7. Repeat 4 and 5 >=> SUCCESS: no trailing ')' >8. Sign off :-D > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >Signed-off-by: David Nind <david@davidnind.com> >--- > .../en/modules/cataloguing/value_builder/marc21_field_007.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 17cb7a17b6..820193bfc5 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 >@@ -9112,7 +9112,7 @@ > [% END %] \ > [% IF ( f4g ) %] \ > <option value="g" selected="selected">' + >- _("g- Laserdisc)") + >+ _("g- Laserdisc") + > '</option> \ > [% ELSE %] \ > <option value="g">' + >-- >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 35453
:
159396
|
159417
|
159632