Subversion Repositories SmartDukaan

Rev

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

Rev 11044 Rev 11045
Line 1878... Line 1878...
1878
    cantComepeteItems = commitCantCompete(cantCompete,timestamp)
1878
    cantComepeteItems = commitCantCompete(cantCompete,timestamp)
1879
    buyBoxList = commitBuyBox(buyBoxItems,timestamp)
1879
    buyBoxList = commitBuyBox(buyBoxItems,timestamp)
1880
    competitiveItems = commitCompetitive(competitive,timestamp)
1880
    competitiveItems = commitCompetitive(competitive,timestamp)
1881
    competitiveNoInventoryItems = commitCompetitiveNoInventory(competitiveNoInventory,timestamp)
1881
    competitiveNoInventoryItems = commitCompetitiveNoInventory(competitiveNoInventory,timestamp)
1882
    negativeMarginItems = commitNegativeMargin(negativeMargin,timestamp)
1882
    negativeMarginItems = commitNegativeMargin(negativeMargin,timestamp)
1883
    groupData(previousProcessingTimestamp,timestamp)
1883
    groupData(previousProcessingTimestamp[0],timestamp)
1884
    successfulAutoDecrease = fetchItemsForAutoDecrease(timestamp)
1884
    successfulAutoDecrease = fetchItemsForAutoDecrease(timestamp)
1885
    successfulAutoIncrease = fetchItemsForAutoIncrease(timestamp)
1885
    successfulAutoIncrease = fetchItemsForAutoIncrease(timestamp)
1886
    if options.runType=='FULL':
1886
    if options.runType=='FULL':
1887
        previousAutoFav, nowAutoFav = markAutoFavourite()
1887
        previousAutoFav, nowAutoFav = markAutoFavourite()
1888
    if options.runType=='FULL':
1888
    if options.runType=='FULL':