Fix Level 3 Products Widget product selection status

This commit is contained in:
Dan Paulat 2022-09-11 08:29:31 -05:00
parent 4325f352b1
commit 14545fd83a
3 changed files with 22 additions and 7 deletions

View file

@ -256,7 +256,7 @@ void Level3ProductsWidget::UpdateProductSelection(
if (group == common::RadarProductGroup::Level3)
{
common::Level3ProductCategory category =
common::GetLevel3CategoryByProduct(productName);
common::GetLevel3CategoryByAwipsId(productName);
p->UpdateProductSelection(category);
}
else