yypsybs
2023-09-21 309b035f3b6bd36537515c2864e8abda00160b84
_Main/BL/Type_MappingSaleBudge/StaticMethod_GetSheetByMonth.qbl
@@ -15,7 +15,7 @@
    value := sum( parent, 
                  MappingCapacityAndSaleBudge, 
                  item, 
                  productNo.Find( item.ProductCode() ) > -1,
                  item.YearNo() = yearNo and productNo.Find( item.ProductCode() ) > -1,
                  field.GetReal( item ) );
    return value;
  *]