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:
parent
444601a4d1
commit
505b6a52f3
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ sub branchinfotable {
|
|||
$branchinfo = GetBranchInfo($branchcode);
|
||||
}
|
||||
else {
|
||||
$branchinfo = GetBranchInfo(undef,'properties');
|
||||
$branchinfo = GetBranchInfo();
|
||||
}
|
||||
my $toggle;
|
||||
my $i = 0;
|
||||
|
|
Loading…
Reference in a new issue