Subversion Repositories SmartDukaan

Rev

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

Rev 25183 Rev 25197
Line 218... Line 218...
218
			} catch (ProfitMandiBusinessException e) {
218
			} catch (ProfitMandiBusinessException e) {
219
				LOGGER.error("FofoStore Code not found of fofoId {}", loginDetails.getFofoId());
219
				LOGGER.error("FofoStore Code not found of fofoId {}", loginDetails.getFofoId());
220
 
220
 
221
			}
221
			}
222
		}
222
		}
223
		model.addAttribute("monthDays", LocalDate.now().lengthOfMonth());
223
		model.addAttribute("monthDays", LocalDate.now().minusDays(1).lengthOfMonth());
-
 
224
		model.addAttribute("dayOfMonth", LocalDate.now().minusDays(1).getDayOfMonth());
224
		return "dashboard1";
225
		return "dashboard1";
225
	}
226
	}
226
 
227
 
227
	// This method is currently hardcoded to faciliate watches sold as gift.
228
	// This method is currently hardcoded to faciliate watches sold as gift.
228
	private boolean hasGift(int fofoId) {
229
	private boolean hasGift(int fofoId) {