Subversion Repositories SmartDukaan

Rev

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

Rev 15664 Rev 15665
Line 519... Line 519...
519
        slabs = int((weight*1000)/500-.001)
519
        slabs = int((weight*1000)/500-.001)
520
        for slab in range(0,slabs):
520
        for slab in range(0,slabs):
521
            cCost = cCost + 35.0;
521
            cCost = cCost + 35.0;
522
        return cCost;
522
        return cCost;
523
    except:
523
    except:
524
        return 10.0
524
        return 20.0
525
 
525
 
526
        
526
        
527
def populateStuff(time,runType):
527
def populateStuff(time,runType):
528
    global amazonLongTermActivePromotions
528
    global amazonLongTermActivePromotions
529
    global amazonShortTermActivePromotions
529
    global amazonShortTermActivePromotions