[Koha-patches] [PATCH] bugfixing pending reserves

paul.poulain at biblibre.com paul.poulain at biblibre.com
Tue May 13 15:17:23 CEST 2008


From: Paul POULAIN <paul.poulain at biblibre.com>

diff --git a/circ/pendingreserves.pl b/circ/pendingreserves.pl
index 0423052..135cf07 100755
--- a/circ/pendingreserves.pl
+++ b/circ/pendingreserves.pl
@@ -149,7 +149,6 @@ reserves.found IS NULL
 AND items.itemnumber NOT IN (SELECT itemnumber FROM branchtransfers where datearrived IS NULL)
 AND items.itemnumber NOT IN (SELECT itemnumber FROM issues)
 AND reserves.priority <> 0 
-AND reserves.itemnumber is NULL
 AND notforloan = 0 AND damaged = 0 AND itemlost = 0 AND wthdrawn = 0
 ";
 # GROUP BY reserves.biblionumber allows only items that are not checked out, else multiples occur when 
-- 
1.5.3.2




More information about the Koha-patches mailing list