BusinessProcess: Fix getPreviousPhaseDict() for BL with >1 children/parents BLs.
Called by TransformationSimulationRule and did not work with the following use case: BL(trade_phase=TP1, successor=trade_state/TS1): * child_BL1(predecessor=trade_state/TS1, trade_phase=TP1/InventoryAccounting) * child_BL2(predecessor=trade_state/TS1, trade_phase=Transforming)
Showing
Please register or sign in to comment