Subversion Repositories SmartDukaan

Rev

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

Rev 23061 Rev 23062
Line 103... Line 103...
103
				this.addAddress(shops);
103
				this.addAddress(shops);
104
			}catch(ProfitMandiBusinessException profitMandiBusinessException){
104
			}catch(ProfitMandiBusinessException profitMandiBusinessException){
105
				LOGGER.error("Retailer Registered Address not found");
105
				LOGGER.error("Retailer Registered Address not found");
106
			}
106
			}
107
		}catch(ProfitMandiBusinessException profitMandiBusinessException){
107
		}catch(ProfitMandiBusinessException profitMandiBusinessException){
108
			LOGGER.error("Retailer not found");
108
			LOGGER.error("Retailer not found in user_account");
109
		}
109
		}
110
		
110
		
111
		return map;
111
		return map;
112
	}
112
	}
113
	
113