https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37533 --- Comment #6 from David Cook <dcook@prosentient.com.au> --- (In reply to Aleisha Amohia from comment #5)
Here's how I reproduced the bug on 23.11.x:
1. Have a vendor and a basket 2. Add an order to the basket 3. Close the basket 4. Receive shipments 5. Add an invoice number and continue 6. On the receiving items page, click Receive in the row of your order 7. Instead of the usual pop-up window to receive my item, you get an error that says Something went wrong when loading the table. 400: Bad request.
This patch solved this error and I was able to receive my item
Hmm... that's so interesting. That's the test plan I did on "main" and it worked fine. 172.20.0.1 - - [01/Aug/2024:04:14:13 +0000] "GET /api/v1/app.pl/api/v1/acquisitions/orders?only_active=1&q=%7B%22order_id%22:%7B%22in%22:%5B2%5D%7D%7D&_page=1&_per_page=20&_match=contains&_order_by=%2Bme.order_id HTTP/1.1" 200 - "http:// localhost:8081/cgi-bin/koha/acqui/orderreceive.pl?multiple_orders=2&invoiceid=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36" If bug 37018 were working, I would think that this should cause an error but doesn't. Curious. I suspected I needed to re-run "perl build-resources.PL" to update the API definitions, but even after doing that it is still working fine... -- You are receiving this mail because: You are watching all bug changes.