[Koha-bugs] [Bug 11336] Priority is not updated on deleting holds

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 6 13:09:41 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11336

--- Comment #31 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Galen,

commit 543e1dc6731d4a26b777223920bfe4037e7546dd introduces a call to a
nonexistent routine:

 =head2 ModReserve
@@ -1184,7 +1181,7 @@ sub ModReserveFill {
     # now fix the priority on the others (if the priority wasn't
     # already sorted!)....
     unless ( $priority == 0 ) {
-        _FixPriority({ reserve_id => $reserve_id });
+        FixPriority({ reserve_id => $reserve_id });
     }
 }

The FixPriority routine does not exist.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list