cataloguing/addbiblio.pl

 $template->param(
     popup => $mode,
     frameworkcode => $frameworkcode,
     itemtype => $frameworkcode,
     borrowernumber => $loggedinuser,
     tab => scalar $input->param('tab')
 );
 
 output_html_with_http_headers $input, $cookie, $template->output;