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

(-)a/C4/SIP/ILS.pm (-1 / +4 lines)
Lines 254-259 sub add_hold { Link Here
254
		return $trans;
254
		return $trans;
255
	}
255
	}
256
256
257
    if ( $patron->holds_blocked_by_excessive_fees() ) {
258
        $trans->screen_msg("Excessive fees blocking placement of hold.");
259
    }
260
257
   if ($item->fee and $fee_ack ne 'Y') {
261
   if ($item->fee and $fee_ack ne 'Y') {
258
		$trans->screen_msg = "Fee required to place hold.";
262
		$trans->screen_msg = "Fee required to place hold.";
259
		return $trans;
263
		return $trans;
260
- 

Return to bug 10445