Bug 18349: $borrower is a hashref
I guess this code was never called before... Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
85bd15a83f
commit
6b75e5b478
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ elsif ( $op eq "checkout" ) {
|
|||
} elsif ( $needconfirm->{RENEW_ISSUE} ) {
|
||||
if ($confirmed) {
|
||||
#warn "renewing";
|
||||
AddRenewal( $borrower, $item->{itemnumber} );
|
||||
AddRenewal( $borrower->{borrowernumber}, $item->{itemnumber} );
|
||||
} else {
|
||||
#warn "renew confirmation";
|
||||
$template->param(
|
||||
|
|
Loading…
Reference in a new issue