From 7979f28cc030c39af13cbde0b8077384f350ad5d Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Fri, 30 May 2008 16:33:38 +0200 Subject: [PATCH] add borrower note to check-in Signed-off-by: Joshua Ferraro --- circ/returns.pl | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/circ/returns.pl b/circ/returns.pl index 9228674abb..b05f566810 100755 --- a/circ/returns.pl +++ b/circ/returns.pl @@ -545,6 +545,7 @@ foreach ( sort { $a <=> $b } keys %returneditems ) { $ri{borfirstname} = $borrower->{'firstname'}; $ri{borsurname} = $borrower->{'surname'}; $ri{bortitle} = $borrower->{'title'}; + $ri{bornote} = $borrower->{'borrowernotes'}; } else { $ri{borrowernumber} = $riborrowernumber{$_}; diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl index d71a36ce12..9926fdefce 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl @@ -330,7 +330,7 @@ function Dopop(link) {

Checked-In items

- + @@ -345,6 +345,8 @@ function Dopop(link) { , Not checked out +
Due Date Title Author Barcode Type Patron
Due Date Title Author Barcode Type PatronNote
+
-- 2.20.1