IDEMPIERE-3450 Idempiere config file is recreated without necessity
This commit is contained in:
parent
60a9930755
commit
a58428373c
|
@ -992,8 +992,6 @@ public class Login
|
||||||
DB.close(rs, pstmt);
|
DB.close(rs, pstmt);
|
||||||
rs = null; pstmt = null;
|
rs = null; pstmt = null;
|
||||||
}
|
}
|
||||||
//
|
|
||||||
Ini.saveProperties(Ini.isClient());
|
|
||||||
// Country
|
// Country
|
||||||
Env.setContext(m_ctx, "#C_Country_ID", MCountry.getDefault(m_ctx).getC_Country_ID());
|
Env.setContext(m_ctx, "#C_Country_ID", MCountry.getDefault(m_ctx).getC_Country_ID());
|
||||||
// Call ModelValidators afterLoadPreferences - teo_sarca FR [ 1670025 ]
|
// Call ModelValidators afterLoadPreferences - teo_sarca FR [ 1670025 ]
|
||||||
|
|
Loading…
Reference in New Issue