some missing semicolons (though the one in Circ.pm is valid syntax)
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 15 Dec 2009 06:27:09 +0000 (06:27 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 15 Dec 2009 06:27:09 +0000 (06:27 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@15165 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Circ.pm
Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm

index d122f12..deec947 100644 (file)
@@ -1346,7 +1346,7 @@ sub fire_circ_events {
     }
 
     return undef unless @$targets;
-    return $U->fire_object_event($event_def, $hook, $targets, $org_id, $granularity, $user_data)
+    return $U->fire_object_event($event_def, $hook, $targets, $org_id, $granularity, $user_data);
 }
 
 __PACKAGE__->register_method(
index af28cd9..053a216 100644 (file)
@@ -234,7 +234,7 @@ sub run_method {
             $self->bail_on_events($evt);
         } else {
             $self->reservation( $reservation );
-            $self->generate_fines(1)
+            $self->generate_fines(1);
             $circulator->do_reservation_return();
             $circulator->do_checkin();
         }