The merge will occurs in one side or another, since a merged purchase order can be merged again and again.
>>> originA = 'AAA'
>>> originB = 'AAA BBB CCC'
>>> originA in originB
True
>>> originB in originA
False
About the OCB 7.0, I currently concentrate my effort on pushing on OCB all 6.1 bugs fixes I currently use in production. About this I would be interested in a script that could auto replay a merge proposal from 6.1 to 7.0.
The merge will occurs in one side or another, since a merged purchase order can be merged again and again.
>>> originA = 'AAA'
>>> originB = 'AAA BBB CCC'
>>> originA in originB
True
>>> originB in originA
False
About the OCB 7.0, I currently concentrate my effort on pushing on OCB all 6.1 bugs fixes I currently use in production. About this I would be interested in a script that could auto replay a merge proposal from 6.1 to 7.0.