From 505b6a52f31995f76cf23aa64f98ba7a9326cd90 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Sun, 19 Apr 2009 01:24:05 +0200 Subject: [PATCH] fix for 2336 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 --- admin/branches.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/branches.pl b/admin/branches.pl index 8525f1a306..c2f37f7cbe 100755 --- a/admin/branches.pl +++ b/admin/branches.pl @@ -342,7 +342,7 @@ sub branchinfotable { $branchinfo = GetBranchInfo($branchcode); } else { - $branchinfo = GetBranchInfo(undef,'properties'); + $branchinfo = GetBranchInfo(); } my $toggle; my $i = 0; -- 2.39.5