]> git.koha-community.org Git - koha.git/commit
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)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Fri, 2 Dec 2011 20:47:21 +0000 (15:47 -0500)
commit98d7ae719d2c275560326a388661472e5190077f
treebb7bc9d516dceca5ad95cfe802ca6267c7c20198
parente83cda0360a66c4c8af247132dd6f9da6d775489
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>
(cherry picked from commit fd949453e86b2def06b471a3b3bfa293bce78a75)

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