Subversion Repositories SmartDukaan

Rev

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

Rev 10920 Rev 10921
Line 1859... Line 1859...
1859
        amazon_item.suppressMfnPriceUpdate=False
1859
        amazon_item.suppressMfnPriceUpdate=False
1860
        amazon_item.suppressFbaPriceUpdate=False
1860
        amazon_item.suppressFbaPriceUpdate=False
1861
        amazon_item.isFba = False
1861
        amazon_item.isFba = False
1862
        amazon_item.isNonFba = False
1862
        amazon_item.isNonFba = False
1863
        amazon_item.isInventoryOverride = False
1863
        amazon_item.isInventoryOverride = False
1864
        amazon_item.fbbPrice = amazonlisted.fbbPrice, 
1864
        amazon_item.fbbPrice = amazonlisted.fbbPrice 
1865
        amazon_item.fbbPriceLastUpdatedOnSc = datetime.datetime.now(),
1865
        amazon_item.fbbPriceLastUpdatedOnSc = datetime.datetime.now()
1866
        amazon_item.fbbPriceLastUpdatedOn = datetime.datetime.now(),
1866
        amazon_item.fbbPriceLastUpdatedOn = datetime.datetime.now()
1867
        amazon_item.isFbb = False,
1867
        amazon_item.isFbb = False
1868
        amazon_item.suppressFbbPriceUpdate = False
1868
        amazon_item.suppressFbbPriceUpdate = False
1869
 
1869
 
1870
    elif (amazonItem.asin!=amazonlisted.asin):
1870
    elif (amazonItem.asin!=amazonlisted.asin):
1871
        if amazonlisted.asin:
1871
        if amazonlisted.asin:
1872
            amazonItem.asin=amazonlisted.asin
1872
            amazonItem.asin=amazonlisted.asin