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

--- Comment #31 from Jonathan Druart <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to