Bugzilla – Attachment 139497 Details for
Bug 30941
Add value builders for UNIMARC 146 ($b, $c, $d, $e and $f)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30941: (QA follow-up) Only export what is needed
Bug-30941-QA-follow-up-Only-export-what-is-needed.patch (text/plain), 1.13 KB, created by
Tomás Cohen Arazi (tcohen)
on 2022-08-19 14:09:50 UTC
(
hide
)
Description:
Bug 30941: (QA follow-up) Only export what is needed
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-08-19 14:09:50 UTC
Size:
1.13 KB
patch
obsolete
>From 5ea78fe9f348cd1c63537169945799ad45fd4a22 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 19 Aug 2022 11:00:42 -0300 >Subject: [PATCH] Bug 30941: (QA follow-up) Only export what is needed > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/CodeList/Unimarc/MediumOfPerformance.pm | 23 +++++++++++++++++++- > 1 file changed, 22 insertions(+), 1 deletion(-) > >diff --git a/Koha/CodeList/Unimarc/MediumOfPerformance.pm b/Koha/CodeList/Unimarc/MediumOfPerformance.pm >index e839ec02a0..99e200040b 100644 >--- a/Koha/CodeList/Unimarc/MediumOfPerformance.pm >+++ b/Koha/CodeList/Unimarc/MediumOfPerformance.pm >@@ -18,7 +18,28 @@ package Koha::CodeList::Unimarc::MediumOfPerformance; > use Modern::Perl; > use utf8; > >-use Koha::I18N qw( N__ N__p ); >+use Koha::I18N; >+ >+use parent 'Exporter'; >+our @EXPORT = qw( >+ brass >+ choruses >+ conductors >+ electronic >+ keyboard >+ misc >+ number_of_hands_or_keys >+ orchestras >+ other >+ other_performers >+ other2 >+ percussion >+ strings_bowed >+ strings_plucked >+ tessitura >+ voices >+ woodwinds >+); > > sub voices { > return { >-- >2.34.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 30941
:
135937
|
136000
|
139478
|
139483
|
139484
|
139488
| 139497