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

(-)a/C4/SIP/ILS.pm (-1 / +4 lines)
Lines 442-447 sub renew { Link Here
442
		$trans->screen_msg("Renewals not allowed.");
442
		$trans->screen_msg("Renewals not allowed.");
443
		return $trans;
443
		return $trans;
444
    }
444
    }
445
    # pass fee_ack to the transaction
446
    if ($fee_ack) {
447
        $trans->fee_ack($fee_ack);
448
    }
445
449
446
	# Previously: renewing a title, rather than an item (sort of)
450
	# Previously: renewing a title, rather than an item (sort of)
447
	# This is gross, but in a real ILS it would be better
451
	# This is gross, but in a real ILS it would be better
448
- 

Return to bug 21658