# 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, biblionumber => $biblionumber });
}
-