Bugzilla – Attachment #55472: [PASSED QA] Bug 7677 [QA Followup] - Replace GetItemnumberFromSerialId with use of Koha::Serial::Item(s) for
bug #7677
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 7677
Collapse All
|
Expand All
(-)
a/Koha/Serial/Items.pm (-2 / +1 lines)
Lines 41-47 Koha::Serial::Items - Koha Serial Items Object class
Link Here
41
41
42
=cut
42
=cut
43
43
44
sub type {
44
sub _type {
45
return 'Serialitem';
45
return 'Serialitem';
46
}
46
}
47
47
48
-
Return to
bug 7677