Subversion Repositories SmartDukaan

Rev

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

Rev 26466 Rev 26470
Line 131... Line 131...
131
		pdm.setHygiene(currentHygieneCount);
131
		pdm.setHygiene(currentHygieneCount);
132
		pdm.setTotalHygiene(currentTotalHygieneCount);
132
		pdm.setTotalHygiene(currentTotalHygieneCount);
133
		pdm.setLmtd(totallmtdAmount);
133
		pdm.setLmtd(totallmtdAmount);
134
		pdm.setMtd(totalmtdAmount);
134
		pdm.setMtd(totalmtdAmount);
135
		pdm.setTicket(totalTicketCount);
135
		pdm.setTicket(totalTicketCount);
-
 
136
		pdm.setCount(partnerDetailModels.size());
136
		return pdm;
137
		return pdm;
137
	}
138
	}
138
	
139
	
139
 
140
 
140
}
141
}