Bug 6355: Correct GetLateOrders so it ignores cancelled orders
authorFrédérick Capovilla <frederick.capovilla@sys-tech.net>
Tue, 17 May 2011 15:39:11 +0000 (11:39 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Fri, 10 Jun 2011 03:42:30 +0000 (15:42 +1200)
commitecda6f730537691054852b16a9d6ecc55f8f2b24
treea612d7ca7dc3b075369c03eccc6f2020057fe764
parentead90e11797a40384167e25b26c039a93bda75b8
Bug 6355: Correct GetLateOrders so it ignores cancelled orders

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Testing plan copied from bug:
- 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.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Acquisition.pm