Subversion Repositories SmartDukaan

Rev

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

Rev 29578 Rev 31077
Line 65... Line 65...
65
				if (StringUtils.isEmpty(airwaybillNo)) {
65
				if (StringUtils.isEmpty(airwaybillNo)) {
66
					throw new ProfitMandiBusinessException("Uploaded File", "",
66
					throw new ProfitMandiBusinessException("Uploaded File", "",
67
							"Invoice Number " + order.getInvoiceNumber() + " airwaybill_no is empty");
67
							"Invoice Number " + order.getInvoiceNumber() + " airwaybill_no is empty");
68
 
68
 
69
				}
69
				}
-
 
70
 
-
 
71
				if (airwaybillNo.equals("Error")) {
-
 
72
					break;
-
 
73
				}
70
				order.setLogisticsProviderId(provider.getId());
74
				order.setLogisticsProviderId(provider.getId());
71
				order.setAirwayBillNumber(airwaybillNo);
75
				order.setAirwayBillNumber(airwaybillNo);
72
				order.setStatus(OrderStatus.SHIPPED_FROM_WH);
76
				order.setStatus(OrderStatus.SHIPPED_FROM_WH);
73
				order.setStatusDescription("Order shipped from warehouses");
77
				order.setStatusDescription("Order shipped from warehouses");
74
 
78