https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36018 --- Comment #26 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Emily Lamancusa from comment #24)
I'm getting an error in the Receive Orders workflow with this patch applied:
1. Have at least one closed basket with an order line (When I reproduced it, I created an order from a new biblio record in KTD's sample basket, then closed the basket) 2. Go to Receive Shipments and add an invoice 3. Proceed to the next step of selecting order(s) to receive When the Pending Orders table tries to load on parcel.pl, a pop-up appears saying there was a 500 error with loading the table.
It also produces this error in the API error log: [ERROR] GET /api/v1/acquisitions/orders: unhandled exception (DBIx::Class::Exception)<<DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::mysql::st execute failed: Column 'quantity' in where clause is ambiguous at /kohadevbox/koha/Koha/Objects.pm line 399>>
Tested on a totally fresh KTD instance with just this patch applied, because chasing false alarms because we forgot to restart something happens to the best of us :)
Good catch! Only visible when the API is pulling additional tables.. -- You are receiving this mail because: You are watching all bug changes.