Subversion Repositories SmartDukaan

Rev

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

Rev 22991 Rev 23029
Line 51... Line 51...
51
logisticsLocationWarehouseMap = {}
51
logisticsLocationWarehouseMap = {}
52
 
52
 
53
OOS_CALCULATION_TIME = 23
53
OOS_CALCULATION_TIME = 23
54
 
54
 
55
#right now these warehouse ids are ignored.
55
#right now these warehouse ids are ignored.
56
physicalWarehouseIdsForFofo = [7678, 7681]
56
#physicalWarehouseIdsForFofo = [7678, 7681]
-
 
57
physicalWarehouseIdsForFofo = []
57
vendorWarehouseIdsForFofo = []
58
vendorWarehouseIdsForFofo = []
58
 
59
 
59
last_date = datetime.date.today()
60
last_date = datetime.date.today()
60
adjusted_dates={}
61
adjusted_dates={}
61
 
62