Subversion Repositories SmartDukaan

Rev

Rev 24168 | Rev 24349 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24168 Rev 24248
Line 737... Line 737...
737
			throw new ProfitMandiBusinessException(ProfitMandiConstants.USER_ID, user.getId(), "USR_1013");
737
			throw new ProfitMandiBusinessException(ProfitMandiConstants.USER_ID, user.getId(), "USR_1013");
738
		}
738
		}
739
		return this.createFofoStoreCodeByRetailerId(retailer.getId(), districtName, stateName, updateRetailerRequest);
739
		return this.createFofoStoreCodeByRetailerId(retailer.getId(), districtName, stateName, updateRetailerRequest);
740
 
740
 
741
	}
741
	}
-
 
742
	
742
 
743
 
743
	@Override
744
	@Override
744
	public List<DistrictMaster> getAllDistrictMaster(String stateName) {
745
	public List<DistrictMaster> getAllDistrictMaster(String stateName) {
745
		StateInfo stateInfo = null;
746
		StateInfo stateInfo = null;
746
		try {
747
		try {