From ca185a5e86fdfb97958ce593b57014302fe0c630 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Sun, 17 Dec 2017 23:33:18 +0000 Subject: [PATCH] Bug 18915: Giving CHECKOUT_NOTE access to issues table This patch allows the notice to reference the issues table so that the checkout note itself can be added to the note if wanted, such as in Comment 9. Sponsored-by: Catalyst IT Signed-off-by: Marjorie Barry-Vila https://bugs.koha-community.org/show_bug.cgi?id=19801 Signed-off-by: Marjorie Vila Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit 92972fa3de205d736185e8a39b1e59309794f875) --- opac/svc/patron_notes | 1 + 1 file changed, 1 insertion(+) diff --git a/opac/svc/patron_notes b/opac/svc/patron_notes index 358b1a0b0a..908ce3a581 100755 --- a/opac/svc/patron_notes +++ b/opac/svc/patron_notes @@ -87,6 +87,7 @@ if ($is_ajax) { tables => { 'biblio' => $biblio->{biblionumber}, 'borrowers' => $patron->borrowernumber, + 'issues' => $issue->itemnumber, }, ); -- 2.39.5