Subversion Repositories SmartDukaan

Rev

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

Rev 16902 Rev 16909
Line 1597... Line 1597...
1597
        
1597
        
1598
    priorityList = sorted(priorityMap)
1598
    priorityList = sorted(priorityMap)
1599
      
1599
      
1600
    maxCount = len(nonPriortizedOffers) + len(priortizeders)
1600
    maxCount = len(nonPriortizedOffers) + len(priortizeders)
1601
    
1601
    
-
 
1602
    if priorityList is not None and len(priorityList)>0:
1602
    if maxCount < max(priorityList):
1603
        if maxCount < max(priorityList):
1603
        maxCount = max(priorityList)
1604
            maxCount = max(priorityList)
1604
    
1605
    
1605
    count = 1
1606
    count = 1
1606
    blockedPlaces = []
1607
    blockedPlaces = []
1607
    availablePlaces = []
1608
    availablePlaces = []
1608
    while count <= maxCount:
1609
    while count <= maxCount: