https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21786 --- Comment #3 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 82200 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=82200&action=edit Bug 21786: Make balance and credits endpoints handle library_id This patch: - Adds the branchcode <-> library_id mapping in the controller - Adds 'library_id' to the credit and account_line definitions - Makes add_credit handle the library_id param, passing it to the underlying $account->add_credit method. To test: - Run: $ kshell k$ prove t/db_dependent/api/v1/patrons_accounts.t => FAIL: Tests fail, because library_id is not mapped (balance) and because it is not handled when adding a credit. - Apply this patch - Run: k$ prove t/db_dependent/api/v1/patrons_accounts.t => SUCCESS: Tests pass! - Sign off :-D -- You are receiving this mail because: You are watching all bug changes.