Subversion Repositories SmartDukaan

Rev

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

Rev 29256 Rev 29292
Line 52... Line 52...
52
		return currDate;
52
		return currDate;
53
	}
53
	}
54
 
54
 
55
	@Override
55
	@Override
56
	public Map<String, DispatchNotificationModel> markedOrderShippedDetail(List<Order> orders, Provider provider,
56
	public Map<String, DispatchNotificationModel> markedOrderShippedDetail(List<Order> orders, Provider provider,
57
			String airwaybillNo) {
-
 
58
		Map<String, DispatchNotificationModel> dispatchNotication = new HashMap<>();
57
			Map<String, DispatchNotificationModel> dispatchNotication, String airwaybillNo) {
59
 
58
 
60
		
-
 
61
		for (Order order : orders) {
59
		for (Order order : orders) {
62
			if (order.getStatus().equals(OrderStatus.BILLED)) {
60
			if (order.getStatus().equals(OrderStatus.BILLED)) {
63
				order.setLogisticsProviderId(provider.getId());
61
				order.setLogisticsProviderId(provider.getId());
64
				order.setAirwayBillNumber(airwaybillNo);
62
				order.setAirwayBillNumber(airwaybillNo);
65
				order.setStatus(OrderStatus.SHIPPED_FROM_WH);
63
				order.setStatus(OrderStatus.SHIPPED_FROM_WH);