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

(-)a/Koha/Hold.pm (-2 / +1 lines)
Lines 204-210 sub set_waiting { Link Here
204
    }
204
    }
205
205
206
    if ( C4::Context->preference("ExcludeHolidaysFromMaxPickUpDelay") ) {
206
    if ( C4::Context->preference("ExcludeHolidaysFromMaxPickUpDelay") ) {
207
        $expirationdate = $calendar->days_forward( dt_from_string(), $issuingrule->{holdspickupwait} );
207
        $expirationdate = $calendar->days_forward( dt_from_string(), $issuingrule->holdspickupwait );
208
    }
208
    }
209
209
210
    # If patron's requested expiration date is prior to the
210
    # If patron's requested expiration date is prior to the
211
- 

Return to bug 8367