[open-ils-commits] r18250 - branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Circ (senator)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Oct 8 14:03:15 EDT 2010
Author: senator
Date: 2010-10-08 14:03:11 -0400 (Fri, 08 Oct 2010)
New Revision: 18250
Modified:
branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm
Log:
Backport r18249 from trunk: clear hold shelf work even on brokenish holds
Modified: branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm
===================================================================
--- branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm 2010-10-08 18:02:08 UTC (rev 18249)
+++ branches/rel_2_0/Open-ILS/src/perlmods/OpenILS/Application/Circ/Holds.pm 2010-10-08 18:03:11 UTC (rev 18250)
@@ -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