[Koha-patches] [PATCH] fix for 2336

paul.poulain at biblibre.com paul.poulain at biblibre.com
Sun Apr 19 01:24:05 CEST 2009


From: Paul Poulain <paul.poulain at biblibre.com>

When you put a library in a group it doesn't show on the details list.  The
details list has a properties column that maybe is supposed to be used for this
since there doesn't appear to be any other use for it.
---
 admin/branches.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/admin/branches.pl b/admin/branches.pl
index 6ce54a3..6ffb566 100755
--- a/admin/branches.pl
+++ b/admin/branches.pl
@@ -340,7 +340,7 @@ sub branchinfotable {
         $branchinfo = GetBranchInfo($branchcode);
     }
     else {
-        $branchinfo = GetBranchInfo(undef,'properties');
+        $branchinfo = GetBranchInfo();
     }
     my $toggle;
     my $i = 0;
-- 
1.5.6.3




More information about the Koha-patches mailing list