Summary: | Refactor AddIssuingCharges parameter to hashref | ||
---|---|---|---|
Product: | Koha | Reporter: | Mark Tompsett <mtompset> |
Component: | Fines and fees | Assignee: | Mark Tompsett <mtompset> |
Status: | CLOSED WONTFIX | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | ||
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 20562 | ||
Bug Blocks: | |||
Attachments: | Bug 20572: Refactor to hashref parameter |
Description
Mark Tompsett
2018-04-12 13:38:37 UTC
Created attachment 74096 [details] [review] Bug 20572: Refactor to hashref parameter Small refactor. Added more tests to confirm no typos snuck in. TEST PLAN --------- apply bug 20562 perldoc C4::Circulation -- look for the AddIssuingCharge part. prove t/db_dependent/Circulation/issue.t -- should pass apply this patch perldoc C4::Circulation -- look for the AddIssuingCharge part. prove t/db_dependent/Circulation/issue.t -- should pass The AddingIssuingCharges was changed to pass an Issue object in another bug. This is no longer relevant. |