416 |
borrowernumber => $input->param('borrowernumber'), |
416 |
borrowernumber => ($input->param('borrowernumber') // undef), |
417 |
SuggestionStatuses => GetAuthorisedValues('SUGGEST_STATUS'), |
417 |
SuggestionStatuses => GetAuthorisedValues('SUGGEST_STATUS'), |
419 |
output_html_with_http_headers $input, $cookie, $template->output; |
419 |
output_html_with_http_headers $input, $cookie, $template->output; |