Bugzilla – Attachment #81403: Bug 18591: Fix pluralization of type for
bug #21311
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 21311
Collapse All
|
Expand All
(-)
a/Koha/Illcomments.pm (-2 / +1 lines)
Lines 38-44 Return this object's type
Link Here
38
=cut
38
=cut
39
39
40
sub _type {
40
sub _type {
41
return 'Illcomments';
41
return 'Illcomment';
42
}
42
}
43
43
44
=head3 object_class
44
=head3 object_class
45
-
Return to
bug 21311