Subversion Repositories SmartDukaan

Rev

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

Rev 14862 Rev 15488
Line 658... Line 658...
658
    t_comp.ourFlipkartInventory = item.ourFlipkartInventory
658
    t_comp.ourFlipkartInventory = item.ourFlipkartInventory
659
    if item.lowestFlipkartSeller is None:
659
    if item.lowestFlipkartSeller is None:
660
        t_comp.lowestFlipkartSeller=''
660
        t_comp.lowestFlipkartSeller=''
661
    else:
661
    else:
662
        t_comp.lowestFlipkartSeller = item.lowestFlipkartSeller
662
        t_comp.lowestFlipkartSeller = item.lowestFlipkartSeller
663
    t_comp.ourMfnPrice = item.ourMfnPrice
-
 
664
    t_comp.ourFbaPrice = item.ourFbaPrice
663
    t_comp.ourAmazonPrice = item.ourAmazonPrice
665
    t_comp.ourMfnInventory = item.ourMfnInventory
-
 
666
    t_comp.ourFbaInventory = item.ourFbaInventory
-
 
667
    t_comp.lowestAmazonPrice = item.lowestAmazonPrice
664
    t_comp.lowestAmazonPrice = item.lowestAmazonPrice
668
    if item.lowestAmazonSeller is None:
665
    if item.lowestAmazonSeller is None:
669
        t_comp.lowestAmazonSeller=''
666
        t_comp.lowestAmazonSeller=''
670
    else:
667
    else:
671
        t_comp.lowestAmazonSeller = item.lowestAmazonSeller
668
        t_comp.lowestAmazonSeller = item.lowestAmazonSeller