@@ -, +, @@ --- C4/SIP/ILS.pm | 4 ++++ 1 file changed, 4 insertions(+) --- a/C4/SIP/ILS.pm +++ a/C4/SIP/ILS.pm @@ -442,6 +442,10 @@ sub renew { $trans->screen_msg("Renewals not allowed."); return $trans; } + # pass fee_ack to the transaction + if ($fee_ack) { + $trans->fee_ack($fee_ack); + } # Previously: renewing a title, rather than an item (sort of) # This is gross, but in a real ILS it would be better --