fix for 2336
authorPaul Poulain <paul.poulain@biblibre.com>
Sat, 18 Apr 2009 23:24:05 +0000 (01:24 +0200)
committerGalen Charlton <galen.charlton@liblime.com>
Sat, 18 Apr 2009 23:38:52 +0000 (18:38 -0500)
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.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
admin/branches.pl

index 8525f1a..c2f37f7 100755 (executable)
@@ -342,7 +342,7 @@ sub branchinfotable {
         $branchinfo = GetBranchInfo($branchcode);
     }
     else {
-        $branchinfo = GetBranchInfo(undef,'properties');
+        $branchinfo = GetBranchInfo();
     }
     my $toggle;
     my $i = 0;