IDEMPIERE-4133 : Resetting fact reconciliation should delete record from Fact_Reconciliation table
This commit is contained in:
parent
c979d17550
commit
853315f087
|
@ -250,8 +250,7 @@ public class FactReconcile {
|
|||
return false;
|
||||
}
|
||||
|
||||
rec.setMatchCode(null);
|
||||
return rec.save();
|
||||
return rec.delete(false);
|
||||
}
|
||||
|
||||
protected Vector<KeyNamePair> getAccount(){
|
||||
|
|
Loading…
Reference in New Issue