Bug 8575: Expected items count should not include cancelled orders
authorJulian Maurice <julian.maurice@biblibre.com>
Mon, 6 Aug 2012 12:20:25 +0000 (14:20 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Fri, 10 Aug 2012 07:25:33 +0000 (19:25 +1200)
commite6afce128f4a4d35850d6e91cce55e2942e7cb19
treef7ba00fe9058dd578d786f28839626c30a10db7e
parent9dadedb17f3df5618c8f42979899391cf37e3503
Bug 8575: Expected items count should not include cancelled orders

To test:
  1/ create a new basket with 2 orders, one with 1 item, another with 2
     items
  2/ look at booksellers.pl page, you should see that 3 items are
     expected
  3/ cancel the order with 1 item
  4/ refresh booksellers.pl page, it should remains 2 expected items

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Works exactly as designed

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