https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29453
--- Comment #8 from Lucas Gass <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
