Small improvement.
authorJason Stephenson <jason@sigio.com>
Sun, 5 Aug 2018 13:40:24 +0000 (09:40 -0400)
committerJason Stephenson <jason@sigio.com>
Fri, 26 Oct 2018 23:04:56 +0000 (19:04 -0400)
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm

index 4592c8b..f3cec22 100644 (file)
@@ -1396,8 +1396,8 @@ sub mark_item {
                 }
             }
         }
-        return $evt if $evt;
     }
+    return $evt if $evt;
 
     # Things below here require a transaction and there is nothing left to interfere with it.
     $e->xact_begin;