7 Aug
2025
7 Aug
'25
1:55 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33756 --- Comment #5 from Mathieu Saby <mathsabypro@gmail.com> --- I am trying to test, but your report SELECT budget_id, budget_code FROM aqbudgets WHERE budget_id IN( SELECT budget_id FROM aqorders WHERE quantity != quantityreceived AND quantityreceived > 0) never seems to give any result. It seem logical, since when a partial reception is made for a book ordered in multiple copies, Koha create a new order line. In which situation is the condition (quantity != quantityreceived AND quantityreceived > 0) supposed to return true ? I did not test further for the moment. -- You are receiving this mail because: You are watching all bug changes.