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

(-)a/Koha/Hold.pm (-2 / +1 lines)
Lines 220-226 sub set_waiting { Link Here
220
    }
220
    }
221
221
222
    if ( C4::Context->preference("ExcludeHolidaysFromMaxPickUpDelay") ) {
222
    if ( C4::Context->preference("ExcludeHolidaysFromMaxPickUpDelay") ) {
223
        $expirationdate = $calendar->days_forward( dt_from_string(), $issuingrule->{holdspickupwait} );
223
        $expirationdate = $calendar->days_forward( dt_from_string(), $issuingrule->holdspickupwait );
224
    }
224
    }
225
225
226
    # If patron's requested expiration date is prior to the
226
    # If patron's requested expiration date is prior to the
227
- 

Return to bug 8367