_Main/BL/Type_MappingSaleBudge/StaticMethod_GetSheetBySeason.qbl
@@ -11,15 +11,10 @@ TextBody: [* // yypsybs Sep-18-2023 (created) list := selectset( parent, MappingCapacityAndSaleBudge, item, productNo.Find( item.ProductCode() ) > -1 ); result := sum( parent, MappingCapacityAndSaleBudge, item, productNo.Find( item.ProductCode() ) > -1, item.YearNo() = yearNo and productNo.Find( item.ProductCode() ) > -1, item.GetCapacityInSheetInSeason( seasonNo ) ); return result; *]