This call to $self->check_circ_details() needs to use the new signature
when handling a renewitem message.
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
# the patron was provided, that it is checked out to the patron in
# question. We also verify the copy ownership and circulation
# location.
- my $problem = $self->check_circ_details($circ, $copy, $user);
+ my $problem = $self->check_circ_details($details, $user);
if ($problem) {
# We need to fill in some information, however.
if (!$problem->ProblemValue() && !$problem->ProblemElement()) {