Lines 204-209
else {
Link Here
|
204 |
$session->clear('auto_renew'); |
204 |
$session->clear('auto_renew'); |
205 |
} |
205 |
} |
206 |
|
206 |
|
|
|
207 |
$template->param( auto_renew => $session->param('auto_renew') ); |
208 |
|
207 |
my ($datedue,$invalidduedate); |
209 |
my ($datedue,$invalidduedate); |
208 |
|
210 |
|
209 |
my $duedatespec_allow = C4::Context->preference('SpecifyDueDate'); |
211 |
my $duedatespec_allow = C4::Context->preference('SpecifyDueDate'); |
Lines 427-433
if (@$barcodes) {
Link Here
|
427 |
$template_params->{getTitleMessageIteminfo} = $biblio->title; |
429 |
$template_params->{getTitleMessageIteminfo} = $biblio->title; |
428 |
$template_params->{getBarcodeMessageIteminfo} = $item->barcode; |
430 |
$template_params->{getBarcodeMessageIteminfo} = $item->barcode; |
429 |
$template_params->{NEEDSCONFIRMATION} = 1; |
431 |
$template_params->{NEEDSCONFIRMATION} = 1; |
430 |
$template_params->{auto_renew} = $session->param('auto_renew'); |
|
|
431 |
$confirm_required = 1; |
432 |
$confirm_required = 1; |
432 |
} |
433 |
} |
433 |
} |
434 |
} |