|
Lines 257-262
if ( $patron && $op eq "cud-returnbook" && $allowselfcheckreturns ) {
Link Here
|
| 257 |
$failed_checkout->{DEBT} = $needconfirm->{DEBT}; |
257 |
$failed_checkout->{DEBT} = $needconfirm->{DEBT}; |
| 258 |
} |
258 |
} |
| 259 |
push @failed_checkouts, $failed_checkout; |
259 |
push @failed_checkouts, $failed_checkout; |
|
|
260 |
$template->param( |
| 261 |
hide_main => 1, |
| 262 |
); |
| 260 |
} else { |
263 |
} else { |
| 261 |
if ( $confirmed || $issuenoconfirm ) { # we'll want to call getpatroninfo again to get updated issues. |
264 |
if ( $confirmed || $issuenoconfirm ) { # we'll want to call getpatroninfo again to get updated issues. |
| 262 |
my ( $hold_existed, $item ); |
265 |
my ( $hold_existed, $item ); |
| 263 |
- |
|
|