Backed out changeset b7cf7fc7d33e IDEMPIERE-3702
This commit is contained in:
parent
d527b6279f
commit
2822f54412
|
|
@ -171,7 +171,6 @@ public class Doc_Payment extends Doc
|
||||||
|
|
||||||
// Avoid usage of clearing accounts
|
// Avoid usage of clearing accounts
|
||||||
// If both accounts and orgs are the same then remove the posting
|
// If both accounts and orgs are the same then remove the posting
|
||||||
if (dr != null && cr != null) {
|
|
||||||
MAccount acct_dr = dr.getAccount();
|
MAccount acct_dr = dr.getAccount();
|
||||||
MAccount acct_cr = cr.getAccount();
|
MAccount acct_cr = cr.getAccount();
|
||||||
int org_dr = dr.getAD_Org_ID();
|
int org_dr = dr.getAD_Org_ID();
|
||||||
|
|
@ -187,7 +186,6 @@ public class Doc_Payment extends Doc
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
// End Avoid usage of clearing accounts
|
// End Avoid usage of clearing accounts
|
||||||
//
|
//
|
||||||
ArrayList<Fact> facts = new ArrayList<Fact>();
|
ArrayList<Fact> facts = new ArrayList<Fact>();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue