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 <galen.charlton@liblime.com>
This commit is contained in:
Paul Poulain 2009-04-19 01:24:05 +02:00 committed by Galen Charlton
parent 444601a4d1
commit 505b6a52f3

View file

@ -342,7 +342,7 @@ sub branchinfotable {
$branchinfo = GetBranchInfo($branchcode);
}
else {
$branchinfo = GetBranchInfo(undef,'properties');
$branchinfo = GetBranchInfo();
}
my $toggle;
my $i = 0;