IDEMPIERE-4133 : Resetting fact reconciliation should delete record from Fact_Reconciliation table

This commit is contained in:
nmicoud 2019-12-14 14:17:46 +01:00 committed by Carlos Ruiz
parent c979d17550
commit 853315f087
1 changed files with 1 additions and 2 deletions

View File

@ -250,8 +250,7 @@ public class FactReconcile {
return false;
}
rec.setMatchCode(null);
return rec.save();
return rec.delete(false);
}
protected Vector<KeyNamePair> getAccount(){