Subversion Repositories SmartDukaan

Rev

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

Rev 10018 Rev 10024
Line 249... Line 249...
249
					+"<td>" + item.getId() + "</td>"
249
					+"<td>" + item.getId() + "</td>"
250
					+"<td>" + actualstock + "</td>"
250
					+"<td>" + actualstock + "</td>"
251
					+"<td>" + orders + "</td>"
251
					+"<td>" + orders + "</td>"
252
					+"<td>" + stock + "</td>"
252
					+"<td>" + stock + "</td>"
253
					+"</tr>");
253
					+"</tr>");
254
			if(flipkartItemsInventoryMap.entrySet().size()!=1 && (i!=flipkartItemsInventoryMap.entrySet().size() -1 ) ){
254
			if(i%10!=0 && flipkartItemsInventoryMap.entrySet().size()!=1 && (i!=flipkartItemsInventoryMap.entrySet().size() -1 ) ){
255
				jsonRequest.append(",");	
255
				jsonRequest.append(",");	
256
			}
256
			}
257
			i++;
257
			i++;
258
			if(i%10==0 || i==flipkartItemsInventoryMap.entrySet().size()){
258
			if(i%10==0 || i==flipkartItemsInventoryMap.entrySet().size()){
259
				StringEntity input = null;
259
				StringEntity input = null;