Created attachment 4149 [details] [review] Correct GetLateOrders so it ignores cancelled orders In /cgi-bin/koha/acqui/lateorders.pl : Orders that were cancelled should not be shown in the "Late Orders" report. To reproduce : - Create a new basket for a bookseller - Create two new order in this basket. The orders must have a price or else they won't be shown in the "Late orders" report. - Delete one of the two orders. - Close the basket - Check for late orders and use "0 days ago" as a filter date. - The deleted item appears in the report. Attached : Patch to correct the bug.
Created attachment 4217 [details] [review] Signed off patch
Thanks to the very handy, and great test plan, this is easily tested, pushed
Again, thx for the great test plan! Easy to test, marking bug fixed.