Subversion Repositories SmartDukaan

Rev

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

Rev 30472 Rev 30562
Line 706... Line 706...
706
			if (summaryModel.getInvestmentPayout() == 0 && x.getInvestmentPayout() > 0) {
706
			if (summaryModel.getInvestmentPayout() == 0 && x.getInvestmentPayout() > 0) {
707
				summaryModel.setInvestmentPayout(1);
707
				summaryModel.setInvestmentPayout(1);
708
			}
708
			}
709
		});
709
		});
710
 
710
 
-
 
711
		LOGGER.info("Summary Model {}", summaryModel);
-
 
712
 
711
		return summaryModel;
713
		return summaryModel;
712
	}
714
	}
713
 
715
 
714
 
716
 
715
	@RequestMapping(value = "/downloadNlcByBrand")
717
	@RequestMapping(value = "/downloadNlcByBrand")