[open-ils-commits] r15234 - trunk/Open-ILS/src/perlmods/OpenILS/Application (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Dec 28 15:05:11 EST 2009


Author: phasefx
Date: 2009-12-28 15:05:06 -0500 (Mon, 28 Dec 2009)
New Revision: 15234

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Application/Booking.pm
Log:
syntax

Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Booking.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Booking.pm	2009-12-28 15:53:00 UTC (rev 15233)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Booking.pm	2009-12-28 20:05:06 UTC (rev 15234)
@@ -551,7 +551,7 @@
 
     my $ret = { captured => 1, reservation => $reservation };
 
-    if ($here <> $reservation->pickup_lib) {
+    if ($here != $reservation->pickup_lib) {
         return OpenILS::Event->new('RESERVATION_CAPTURE_FAILED', payload => { captured => 0, fail_cause => 'not-transferable' })
             if (!$U->is_true($type->transferable)); # non-transferable resource
 



More information about the open-ils-commits mailing list