Incorrect global Variable when you use multi Account Schema
http://sourceforge.net/tracker/?func=detail&atid=879335&aid=2531597&group_id=176962 Thank a lot Low for review this commit.
This commit is contained in:
parent
47eb08ee52
commit
61aef1416c
|
@ -833,7 +833,7 @@ public class Login
|
||||||
as.getAD_OrgOnly_ID()));
|
as.getAD_OrgOnly_ID()));
|
||||||
skip = as.isSkipOrg(AD_Org_ID);
|
skip = as.isSkipOrg(AD_Org_ID);
|
||||||
if(skip)
|
if(skip)
|
||||||
break;
|
continue;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
C_AcctSchema_ID = as.getC_AcctSchema_ID();
|
C_AcctSchema_ID = as.getC_AcctSchema_ID();
|
||||||
|
|
Loading…
Reference in New Issue