Bug 7254 Show pending orders from baskets with closedate > 180 days
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Wed, 23 Nov 2011 12:33:26 +0000 (13:33 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 24 Nov 2011 14:15:18 +0000 (15:15 +0100)
commitfd949453e86b2def06b471a3b3bfa293bce78a75
tree3efc5c2f74a8e05ddea12381de81e57803a5a36c
parent40bd14e0ea98152377a0a416482fe0227fee17bd
Bug 7254 Show pending orders from baskets with closedate > 180 days

Current code for selecting pending orders does not select orders from baskets
with a closedate > 180 days.
The code in Acquisition.pm already includes a FIXME for that.
IMHO this part of the where clause should just be removed; an order is pending
until it is filled. If you do not want to fill it, delete it.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/Acquisition.pm