Bugzilla – Attachment #139488: Bug 30941: (QA follow-up) Import methods explicitly for
bug #30941
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 30941
Collapse All
|
Expand All
(-)
a/Koha/CodeList/Unimarc/MediumOfPerformance.pm (-2 / +1 lines)
Lines 18-24 package Koha::CodeList::Unimarc::MediumOfPerformance;
Link Here
18
use Modern::Perl;
18
use Modern::Perl;
19
use utf8;
19
use utf8;
20
20
21
use Koha::I18N;
21
use Koha::I18N qw( N__ N__p );
22
22
23
sub voices {
23
sub voices {
24
return {
24
return {
25
-
Return to
bug 30941