[Koha-patches] [PATCH] [SIGNED-OFF 2/2] bug 5235 : circ receipt should include name

Galen Charlton gmcharlt at gmail.com
Tue Oct 26 14:46:12 CEST 2010


From: Nicole Engard <nengard at bywatersolutions.com>

Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
---
 .../en/modules/members/moremember-receipt.tmpl     |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tmpl
index a63e15d..83bd151 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-receipt.tmpl
@@ -14,7 +14,8 @@
 
 <h3><!-- TMPL_VAR name="LibraryName" --></h3>
 <!-- TMPL_IF NAME="branchname" --><!-- TMPL_VAR NAME="branchname" --><br /><!-- /TMPL_IF -->
-Checked out to <a href="/cgi-bin/koha/circ/circulation.pl?findborrower=<!-- TMPL_VAR NAME="cardnumber">"><!-- TMPL_VAR NAME="cardnumber" --></a><br />
+Checked out to <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> <br />
+(<a href="/cgi-bin/koha/circ/circulation.pl?findborrower=<!-- TMPL_VAR NAME="cardnumber">"><!-- TMPL_VAR NAME="cardnumber" --></a>)<br />
 
 <!-- TMPL_VAR NAME="todaysdate" --><br />
 
-- 
1.7.0



More information about the Koha-patches mailing list