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 Nighswonger <chris.nighswonger@gmail.com>
Tue, 14 Jun 2011 00:58:25 +0000 (20:58 -0400)
commitc1f561e27c0c451ac98dd1fd42814dcb8c6e7f19
tree4166fa4f30512f854e4b919a191f3b9ba8ff0e74
parentc5670b5a5d981f191fd6939a5c77b43499c2959d
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>
(cherry picked from commit ecda6f730537691054852b16a9d6ecc55f8f2b24)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Acquisition.pm