renhao
2023-10-13 462215553c754d26acde8edab81b4a73f774e21e
_Main/BL/Type_CapacityAllocationResultsRuleConfiguration/StaticMethod_RecursiveGeneration.qbl
@@ -12,6 +12,7 @@
    traverse ( outputPISP, ProcessOutput.AsProcessOutput, pmp ) {
      
      ontype( pmp ) {
        Operation as o : {  
          traverse ( o, OperationInput, oi ) {
            oiPISP := oi.ProductInStockingPoint_MP();
@@ -29,6 +30,7 @@
            }
          }
        }
      }
      
    }