From 9aec89662712bc8f61a52a0cf2ca48120048e2e5 Mon Sep 17 00:00:00 2001
From: tipaul
Date: Mon, 4 Oct 2004 20:29:07 +0000
Subject: [PATCH] * Showing the borrowernotes in issues (was shown only in
issues before)
---
circ/circulation.pl | 1 +
koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl | 2 ++
koha-tmpl/intranet-tmpl/default/en/members/memberentry.tmpl | 2 +-
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/circ/circulation.pl b/circ/circulation.pl
index 4d7200acee..07787f7c0d 100755
--- a/circ/circulation.pl
+++ b/circ/circulation.pl
@@ -275,6 +275,7 @@ $template->param(
surname => $borrower->{'surname'},
categorycode => $borrower->{'categorycode'},
streetaddress => $borrower->{'streetaddress'},
+ borrowernotes => $borrower->{'borrowernotes'},
city => $borrower->{'city'},
phone => $borrower->{'phone'},
cardnumber => $borrower->{'cardnumber'},
diff --git a/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl b/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl
index 123b0a1754..d8a8d62136 100644
--- a/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl
+++ b/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl
@@ -43,6 +43,8 @@
Category:
Issues, Overdue
+
+
Enter borrower card number or partial last name
diff --git a/koha-tmpl/intranet-tmpl/default/en/members/memberentry.tmpl b/koha-tmpl/intranet-tmpl/default/en/members/memberentry.tmpl
index f22a0c3b9b..538f7e1235 100644
--- a/koha-tmpl/intranet-tmpl/default/en/members/memberentry.tmpl
+++ b/koha-tmpl/intranet-tmpl/default/en/members/memberentry.tmpl
@@ -240,7 +240,7 @@
|
- Notes |
+ Circulation note (appears during issue/return) |
|
--
2.39.5