Subversion Repositories SmartDukaan

Rev

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

Rev 4819 Rev 5554
Line 127... Line 127...
127
				Order order = orders.get(i);
127
				Order order = orders.get(i);
128
				if(!orderIds.contains(order.getId()))
128
				if(!orderIds.contains(order.getId()))
129
					continue;
129
					continue;
130
				if(order.getLogistics_provider_id()!=providerId)
130
				if(order.getLogistics_provider_id()!=providerId)
131
					continue;
131
					continue;
132
				if(order.isCod() != isCod)
132
				if(order.isLogisticsCod() != isCod)
133
	                continue;
133
	                continue;
134
				//TODO: These are exactly the orders which will be shipped now. Shouldn't we change their status to be SHIPPED?
134
				//TODO: These are exactly the orders which will be shipped now. Shouldn't we change their status to be SHIPPED?
135
				serialNo++;
135
				serialNo++;
136
				List<LineItem> lineItems = order.getLineitems();
136
				List<LineItem> lineItems = order.getLineitems();
137
				double weight = 0;
137
				double weight = 0;