Skip to content

Fixes ISSUE-45843: Fixed error on Fix Backadated Transaction process.

Mark Orlando Molina requested to merge (removed):fix/45843 into release/21Q1

In some cases was possible that transaction ordering without having into account ordering by product, caused that transactions be wrongly considered as backdated.

To fix this issue the transaction movement dates is compared on same product transactions. The getTransactions method was changed to sort the transactions also by product and always reset the comparison date of the last transaction for the product when the product changes on the loop.

Merge request reports