[open-ils-commits] r7784 - branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/SIP

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Sep 14 11:47:12 EDT 2007


Author: erickson
Date: 2007-09-14 11:39:04 -0400 (Fri, 14 Sep 2007)
New Revision: 7784

Modified:
   branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/SIP/Patron.pm
Log:
backporting hold fitlering: svn merge -r7782:7783 svn://svn.open-ils.org/ILS/trunk/Open-ILS/src/perlmods/OpenILS/SIP/Patron.pm .

Modified: branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/SIP/Patron.pm
===================================================================
--- branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/SIP/Patron.pm	2007-09-14 15:37:08 UTC (rev 7783)
+++ branches/rel_1_2/Open-ILS/src/perlmods/OpenILS/SIP/Patron.pm	2007-09-14 15:39:04 UTC (rev 7784)
@@ -310,7 +310,7 @@
     my ($self, $start, $end) = @_;
 
 	 my $holds = $self->{editor}->search_action_hold_request(
-		{ usr => $self->{user}->id, fulfillment_time => undef }
+		{ usr => $self->{user}->id, fulfillment_time => undef, cancel_time => undef }
 	 );
 
 	my @holds;



More information about the open-ils-commits mailing list