Subversion Repositories SmartDukaan

Rev

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

Rev 9840 Rev 12895
Line 180... Line 180...
180
	
180
	
181
	bool addNewAwbs(1:i64 providerId, 2:bool cod, 3:list<string> awbs),
181
	bool addNewAwbs(1:i64 providerId, 2:bool cod, 3:list<string> awbs),
182
	
182
	
183
	void runLogisticsLocationInfoUpdate(1:list<LogisticsLocationInfo> logisticsLocationInfoList, 2:bool runCompleteUpdate),
183
	void runLogisticsLocationInfoUpdate(1:list<LogisticsLocationInfo> logisticsLocationInfoList, 2:bool runCompleteUpdate),
184
	
184
	
185
	i64 adjustDeliveryDays(1:i64 startDate, 2:i64 days)
185
	i64 adjustDeliveryDays(1:i64 startDate, 2:i64 days),
-
 
186
	
-
 
187
	i64 getFirstDeliveryEstimateForWhLocation(1:string pincode, 2:i64 whLocation) 
186
	
188
	
187
}
189
}