|
Lines 422-428
if ($op eq "additem") {
Link Here
|
| 422 |
undef($itemrecord); |
422 |
undef($itemrecord); |
| 423 |
} |
423 |
} |
| 424 |
} |
424 |
} |
| 425 |
if ($frameworkcode eq 'FA'){ |
425 |
if ($frameworkcode eq 'FA' && $input->param('borrowernumber')){ |
| 426 |
my $redirect_string = 'borrowernumber=' . uri_escape($input->param('borrowernumber')) . |
426 |
my $redirect_string = 'borrowernumber=' . uri_escape($input->param('borrowernumber')) . |
| 427 |
'&barcode=' . uri_escape($input->param('barcode')); |
427 |
'&barcode=' . uri_escape($input->param('barcode')); |
| 428 |
$redirect_string .= '&duedatespec=' . uri_escape($input->param('duedatespec')) . |
428 |
$redirect_string .= '&duedatespec=' . uri_escape($input->param('duedatespec')) . |
| 429 |
- |
|
|