Subversion Repositories SmartDukaan

Rev

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

Rev 10768 Rev 10869
Line 372... Line 372...
372
			else if(order.getCourier().trim().equalsIgnoreCase(XPRESSBEES)){
372
			else if(order.getCourier().trim().equalsIgnoreCase(XPRESSBEES)){
373
                t_order.setLogistics_provider_id(43);
373
                t_order.setLogistics_provider_id(43);
374
            }
374
            }
375
			
375
			
376
			else {
376
			else {
-
 
377
				t_order.setLogistics_provider_id(44);
377
				logger.error("Error No Courier Match please add courier to our system for suborderid  " + order.getSuborderId() + "Courier Name " + order.getCourier());
378
				/*logger.error("Error No Courier Match please add courier to our system for suborderid  " + order.getSuborderId() + "Courier Name " + order.getCourier());
378
				sb.append(order.getSuborderId() + " Error No Courier Match " + order.getCourier() +"\n");
379
				sb.append(order.getSuborderId() + " Error No Courier Match " + order.getCourier() +"\n");
379
				continue;
380
				continue;
-
 
381
				 */	
380
			}
382
			}
381
 
383
 
382
			t_order.setAirwaybill_no(String.valueOf(order.getAWBNumber()));
384
			t_order.setAirwaybill_no(String.valueOf(order.getAWBNumber()));
383
			t_order.setTracking_id(String.valueOf(order.getAWBNumber()));
385
			t_order.setTracking_id(String.valueOf(order.getAWBNumber()));
384
			t_order.setTotal_amount(SellingPrice);
386
			t_order.setTotal_amount(SellingPrice);