View | Details | Raw Unified | Return to bug 13368
Collapse All | Expand All

(-)a/C4/Reserves.pm (-2 / +1 lines)
Lines 1309-1315 sub ModReserveFill { Link Here
1309
    # now fix the priority on the others (if the priority wasn't
1309
    # now fix the priority on the others (if the priority wasn't
1310
    # already sorted!)....
1310
    # already sorted!)....
1311
    unless ( $priority == 0 ) {
1311
    unless ( $priority == 0 ) {
1312
        _FixPriority({ reserve_id => $reserve_id });
1312
        _FixPriority({ reserve_id => $reserve_id, biblionumber => $biblionumber });
1313
    }
1313
    }
1314
}
1314
}
1315
1315
1316
- 

Return to bug 13368