Subversion Repositories SmartDukaan

Rev

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

Rev 10929 Rev 10947
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
        if amazonlisted.fbbPrice: 
1864
        amazon_item.fbbPrice = amazonlisted.fbbPrice 
1865
            amazon_item.fbbPrice = amazonlisted.fbbPrice 
1865
        amazon_item.fbbPriceLastUpdatedOnSc = datetime.datetime.now()
1866
            amazon_item.fbbPriceLastUpdatedOnSc = datetime.datetime.now()
1866
        amazon_item.fbbPriceLastUpdatedOn = datetime.datetime.now()
1867
            amazon_item.fbbPriceLastUpdatedOn = datetime.datetime.now()
1867
        amazon_item.isFbb = False
1868
        amazon_item.isFbb = False
1868
        amazon_item.suppressFbbPriceUpdate = False
1869
        amazon_item.suppressFbbPriceUpdate = False
1869
 
1870
 
1870
    elif (amazonItem.asin!=amazonlisted.asin):
1871
    elif (amazonItem.asin!=amazonlisted.asin):
1871
        if amazonlisted.asin:
1872
        if amazonlisted.asin: