[Bug 42680] New: Misleading POD descriptions for the can_claim_subscription, can_edit_subscription, and can_show_subscription functions
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42680 Bug ID: 42680 Summary: Misleading POD descriptions for the can_claim_subscription, can_edit_subscription, and can_show_subscription functions Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Serials Assignee: koha-bugs@lists.koha-community.org Reporter: januszop@gmail.com QA Contact: testopia@bugs.koha-community.org The C4::Serials.pm module defines the can_claim_subscription, can_edit_subscription, and can_show_subscription functions, which pass their first parameter to _can_do_on_subscription. This parameter should be a hash reference containing data from the subscription table (or an unblessed Koha::Subscription object), not $subscriptionid as incorrectly stated in the POD. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org