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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
rec.setMatchCode(null);
|
return rec.delete(false);
|
||||||
return rec.save();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected Vector<KeyNamePair> getAccount(){
|
protected Vector<KeyNamePair> getAccount(){
|
||||||
|
|
Loading…
Reference in New Issue