merge error, forgot to pass orig_hold
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 3 Apr 2008 18:01:36 +0000 (18:01 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 3 Apr 2008 18:01:36 +0000 (18:01 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@9210 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 2127952..97bf16f 100644 (file)
@@ -532,7 +532,7 @@ sub update_hold {
         return $e->die_event unless $e->allowed('UPDATE_HOLD', $usr->home_ou);
     }
 
-    update_hold_if_frozen($self, $e, $hold);
+    update_hold_if_frozen($self, $e, $hold, $orig_hold);
     $e->update_action_hold_request($hold) or return $e->die_event;
     $e->commit;
     return $hold->id;