Jonathan Druart requested no refactor patches on major+ bugs be done. This does a rework of the parameters in bug 20562.
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.