Subversion Repositories SmartDukaan

Rev

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

Rev 10025 Rev 10026
Line 250... Line 250...
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(flipkartItemsInventoryMap.entrySet().size()!=1 && (i!=flipkartItemsInventoryMap.entrySet().size() -1 ) ){
-
 
255
				if(i%10!=0){
255
				jsonRequest.append(",");	
256
					jsonRequest.append(",");
-
 
257
				}
256
			}
258
			}
257
			i++;
259
			i++;
258
			if(i%10==0 || i==flipkartItemsInventoryMap.entrySet().size()){
260
			if(i%10==0 || i==flipkartItemsInventoryMap.entrySet().size()){
259
				StringEntity input = null;
261
				StringEntity input = null;
260
				try {
262
				try {