use of org.mifos.config.business.MifosConfigurationManager in project head by mifos.
the class LocaleSetting method clearCountryCode.
public void clearCountryCode() {
MifosConfigurationManager configMgr = MifosConfigurationManager.getInstance();
configMgr.clearProperty(COUNTRY_CODE);
}
Aggregations