[Koha-bugs] [Bug 34277] Add an API endpoint to return all patrons with outstanding charges

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 25 21:02:47 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34277

--- Comment #15 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 156187
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=156187&action=edit
[ALTERNATE] Bug 34277: (follow-up) Use Koha::Patron->balance_details in GET
/patrons/{patron_id}/account

This patch makes the existing route reuse the introduced method. To
verify no behavior change:

1. Run:
   $ ktd --shell
  k$ prove t/db_dependent/api/v1/patrons_accounts.t
=> SUCCESS: Tests pass!
2. Sign off :-D

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list