Skip to content

Commit

Permalink
Исправлена ошибка, на изоляции фитингов воздуховодов принимался запас…
Browse files Browse the repository at this point in the history
… воздуховодов, а не изоляции
  • Loading branch information
Redomine committed Dec 25, 2024
1 parent b464ebd commit 29acbd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private double GetNumber(SpecificationElement specificationElement) {
if(host.Category.IsId(BuiltInCategory.OST_DuctFitting)) {
double area = _calculator.GetFittingArea(host);
return Math.Round(
UseStock(host, host.GetElementType(), BuiltInCategory.OST_DuctFitting, area), 2);
UseStock(host, host.GetElementType(), BuiltInCategory.OST_DuctInsulations, area), 2);
}
}

Expand Down

0 comments on commit 29acbd0

Please sign in to comment.