syntax
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 28 Dec 2009 20:05:06 +0000 (20:05 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 28 Dec 2009 20:05:06 +0000 (20:05 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@15234 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Booking.pm

index 11ab378..d3b41db 100644 (file)
@@ -551,7 +551,7 @@ sub capture_reservation {
 
     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