_Main/BL/Type_MappingSaleBudge/StaticMethod_GetSheetByYear.qbl
@@ -13,7 +13,7 @@ result := sum( parent, MappingCapacityAndSaleBudge, item, productNo.Find( item.ProductCode() ) > -1, item.YearNo() = yearNo and productNo.Find( item.ProductCode() ) > -1, item.GetCapacityInSheetInYear() ); return result; *]