Bugzilla – Attachment #98331: Bug 18936: (follow-up) Fix typo in documentation for
bug #18936
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 18936
Collapse All
|
Expand All
(-)
a/Koha/CirculationRules.pm (-2 / +1 lines)
Lines 213-219 sub get_effective_rule {
Link Here
213
return $rule;
213
return $rule;
214
}
214
}
215
215
216
=head3 get_effective_rule
216
=head3 get_effective_rules
217
217
218
=cut
218
=cut
219
219
220
-
Return to
bug 18936