@@ -, +, @@ item Bug 18277: Remove GetBiblionumberFromItemnumber - linkitem - Turn on EasyAnalyticalRecords - Go to a detail page - Edit > Link to host item - Enter an invalid barcode --- cataloguing/linkitem.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) --- a/cataloguing/linkitem.pl +++ a/cataloguing/linkitem.pl @@ -75,6 +75,9 @@ if ( $barcode && $biblionumber ) { errornomodbiblio => 1 ); } + $template->param( + hostitemnumber => $item->itemnumber, + ); } else { $template->param( @@ -85,7 +88,6 @@ if ( $barcode && $biblionumber ) { $template->param( barcode => $barcode, - hostitemnumber => $item->itemnumber, ); } --