Subversion Repositories SmartDukaan

Rev

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

Rev 9120 Rev 9121
Line 331... Line 331...
331
				t_order.setLogistics_provider_id(35);
331
				t_order.setLogistics_provider_id(35);
332
			}
332
			}
333
			else if(order.getCourier().equalsIgnoreCase(GATI_AIR)){
333
			else if(order.getCourier().equalsIgnoreCase(GATI_AIR)){
334
				t_order.setLogistics_provider_id(36);
334
				t_order.setLogistics_provider_id(36);
335
			}
335
			}
336
			Gati Air
-
 
337
			else {
336
			else {
338
				logger.error("Error No Courier Match please add courier to our system for suborderid  " + order.getSuborderId() + "Courier Name " + order.getCourier());
337
				logger.error("Error No Courier Match please add courier to our system for suborderid  " + order.getSuborderId() + "Courier Name " + order.getCourier());
339
				sb.append(order.getSuborderId() + " Error No Courier Match " + order.getCourier() +"\n");
338
				sb.append(order.getSuborderId() + " Error No Courier Match " + order.getCourier() +"\n");
340
				continue;
339
				continue;
341
			}
340
			}