IDEMPIERE-3450 Idempiere config file is recreated without necessity

This commit is contained in:
Eduardo Jaremicki Moreira 2017-08-10 16:40:14 -03:00
parent 60a9930755
commit a58428373c
1 changed files with 0 additions and 2 deletions

View File

@ -992,8 +992,6 @@ public class Login
DB.close(rs, pstmt);
rs = null; pstmt = null;
}
//
Ini.saveProperties(Ini.isClient());
// Country
Env.setContext(m_ctx, "#C_Country_ID", MCountry.getDefault(m_ctx).getC_Country_ID());
// Call ModelValidators afterLoadPreferences - teo_sarca FR [ 1670025 ]