View | Details | Raw Unified | Return to bug 6861
Collapse All | Expand All

(-)a/cataloguing/additem.pl (-2 / +1 lines)
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
- 

Return to bug 6861