[Koha-patches] [PATCH] Show library name instead of branchcode when prompting user to transfer item.

Owen Leonard oleonard at myacpl.org
Tue Jun 30 18:02:29 CEST 2009


---
 circ/returns.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/circ/returns.pl b/circ/returns.pl
index 4ceb2b4..6ca15f7 100755
--- a/circ/returns.pl
+++ b/circ/returns.pl
@@ -189,7 +189,7 @@ if ($barcode) {
 
     $template->param(
         title            => $biblio->{'title'},
-        homebranch       => $biblio->{'homebranch'},
+        homebranch       => $branches->{ $biblio->{'homebranch'} }->{'branchname'},
         author           => $biblio->{'author'},
         itembarcode      => $biblio->{'barcode'},
         itemtype         => $biblio->{'itemtype'},
-- 
1.5.6.5




More information about the Koha-patches mailing list