Subversion Repositories SmartDukaan

Rev

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

Rev 9111 Rev 9112
Line 369... Line 369...
369
			if(ship_date!=null){
369
			if(ship_date!=null){
370
				try {
370
				try {
371
					shipByDate = shipDateFormatter.parse(ship_date);
371
					shipByDate = shipDateFormatter.parse(ship_date);
372
				} catch (ParseException e) {
372
				} catch (ParseException e) {
373
					logger.error(orderId+" "+subOrderId + " ship date " , e);
373
					logger.error(orderId+" "+subOrderId + " ship date " , e);
374
					sb.append(orderId+" "+subOrderId + " ship date" +"\n");
374
					sb.append(orderId+" "+subOrderId + "cannot parse ship date" +"\n");
375
					continue;
375
					continue;
376
				}
376
				}
377
			}
377
			}
378
			Client transaction_client = null;
378
			Client transaction_client = null;
379
			try {
379
			try {