[open-ils-commits] r18249 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ (senator)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Oct 8 14:02:12 EDT 2010
Author: senator
Date: 2010-10-08 14:02:08 -0400 (Fri, 08 Oct 2010)
New Revision: 18249
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm
Log:
Be a little more tolerant of aberrant data when clearing the holds shelf
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm 2010-10-08 17:38:54 UTC (rev 18248)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm 2010-10-08 18:02:08 UTC (rev 18249)
@@ -2871,7 +2871,9 @@
pickup_lib => $org_id,
cancel_time => undef,
fulfillment_time => undef,
- shelf_time => {'!=' => undef}
+ shelf_time => {'!=' => undef},
+ capture_time => {'!=' => undef},
+ current_copy => {'!=' => undef},
},
{ idlist => 1 }
);
More information about the open-ils-commits
mailing list