Bugzilla – Attachment #97779: Bug 24149: (QA follow-up) Add pod for Koha::Statistics->object_class for
bug #24149
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 24149
Collapse All
|
Expand All
(-)
a/Koha/Statistics.pm (-1 / +4 lines)
Lines 43-48 sub _type {
Link Here
43
return 'Statistic';
43
return 'Statistic';
44
}
44
}
45
45
46
=head3 object_class
47
48
=cut
49
46
sub object_class {
50
sub object_class {
47
return 'Koha::Statistic';
51
return 'Koha::Statistic';
48
}
52
}
49
-
Return to
bug 24149