C4/SIP/ILS.pm 429 sub renew { 430 my ($self, $patron_id, $patron_pwd, $item_id, $title_id, 431 $no_block, $nb_due_date, $third_party, no_block does not appear elsewhere in the routine
Marking as major - this is a behaviour change from bug 12225 - it seems we have allowed machines to send the no-block in the past and treated it as a normal checkin - now we die on calling a non-existent routine We should add real support for this, but until we do we should stop failing
Is this still a major Nick? I've just stumbled into it when working through fee acknowledgement fixes.. but I must admit, I've not come across this one in real life yet.
I think we saw that some vendors started failing on upgrade because of this, and that's why I marked major. Bug 32515 may have mitigated the issue for us. Marking as normal