19 Dec
2022
19 Dec
'22
5:35 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29453 --- Comment #8 from Lucas Gass <lucas@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.