[Koha-bugs] [Bug 29453] Add routes to fetch patron credits/debits

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 19 17:35:03 CET 2022


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

--- Comment #8 from Lucas Gass <lucas at bywatersolutions.com> ---
Note: I am testing by playing around with this JS:

let bn = 5;
let api_url = "/api/v1/patrons/" + bn + "/account/debits";
$.getJSON(api_url, function(data) {
    console.log(data)
});


Works well.

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


More information about the Koha-bugs mailing list