From 474d65cbc955cdfa240727587db4c0def1fc2998 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Thu, 6 Jul 2017 01:28:06 +0000 Subject: [PATCH] Bug 17698: [FOLLOW-UP] Koha Objects, access borrower through patron sub See Comment 27 This is ready to be tested. --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt index 8a883fb..0866fdb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt @@ -132,7 +132,7 @@ [% note.item.biblio.title %] - [% note.item.biblio.author %] ([% note.item.barcode %]) [% note.note %] [% note.notedate | $KohaDates %] - [% IF ( note.borrower.title ) %][% note.borrower.title %] [% END %][% note.borrower.firstname %] [% note.borrower.surname %] ([% note.borrower.cardnumber %]) + [% IF ( note.patron.title ) %][% note.patron.title %] [% END %][% note.patron.firstname %] [% note.patron.surname %] ([% note.patron.cardnumber %]) [% IF ( note.noteseen == 0 ) %] Not seen -- 2.1.4