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

(-)a/C4/Circulation.pm (-2 / +1 lines)
Lines 2753-2759 sub CanBookBeRenewed { Link Here
2753
2753
2754
    my $patron = $issue->patron or return;
2754
    my $patron = $issue->patron or return;
2755
2755
2756
    # override_limit will override anything else except on_reserve or too_soon
2756
    # override_limit will override anything else except on_reserve
2757
    unless ( $override_limit ){
2757
    unless ( $override_limit ){
2758
        my $branchcode = _GetCircControlBranch( $item->unblessed, $patron->unblessed );
2758
        my $branchcode = _GetCircControlBranch( $item->unblessed, $patron->unblessed );
2759
        my $issuing_rule = Koha::CirculationRules->get_effective_rules(
2759
        my $issuing_rule = Koha::CirculationRules->get_effective_rules(
2760
- 

Return to bug 29474