Subversion Repositories SmartDukaan

Rev

Rev 12653 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12653 Rev 12728
Line 309... Line 309...
309
					}
309
					}
310
					if(!tClient.isAlive()){
310
					if(!tClient.isAlive()){
311
						tClient = txnClient.getClient();
311
						tClient = txnClient.getClient();
312
					}
312
					}
313
 
313
 
-
 
314
					if(values[0]=="")
-
 
315
						continue;
314
 
316
					
315
					long ordId= Long.parseLong(values[0]);
317
					long ordId= Long.parseLong(values[0]);
316
					if(billingLeftOrderIdMap.containsKey(ordId)){
318
					if(billingLeftOrderIdMap.containsKey(ordId)){
317
						line++;
319
						line++;
318
						continue;
320
						continue;
319
					}
321
					}