@@ -, +, @@ --- opac/svc/patron_notes | 1 + 1 file changed, 1 insertion(+) --- a/opac/svc/patron_notes +++ a/opac/svc/patron_notes @@ -87,6 +87,7 @@ if ($is_ajax) { tables => { 'biblio' => $biblionumber, 'borrowers' => $borrowernumber, + 'issues' => $issue->itemnumber, }, ); --