From 21cbcd9d25e3acc987a2c83fc3424ecb2e638ea7 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Sat, 18 Apr 2009 23:01:01 +0200 Subject: [PATCH] fix for #946 A member returns a book : it would be better to see the category of this member in "information member" near his name. Signed-off-by: Galen Charlton Signed-off-by: Henri-Damien LAURENT --- circ/returns.pl | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/circ/returns.pl b/circ/returns.pl index f28580ef2c..244935d19d 100755 --- a/circ/returns.pl +++ b/circ/returns.pl @@ -550,6 +550,7 @@ foreach ( sort { $a <=> $b } keys %returneditems ) { $ri{borsurname} = $borrower->{'surname'}; $ri{bortitle} = $borrower->{'title'}; $ri{bornote} = $borrower->{'borrowernotes'}; + $ri{borcategorycode} = $borrower->{'categorycode'}; } 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 c60e2b72ad..979b1c9f3f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl @@ -358,7 +358,7 @@ function Dopop(link) { "> - , + , () Not checked out
-- 2.39.5