Subversion Repositories SmartDukaan

Rev

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

Rev 12149 Rev 12156
Line 885... Line 885...
885
        
885
        
886
        if (ourTp<lowestPossibleTp):
886
        if (ourTp<lowestPossibleTp):
887
            temp=[]
887
            temp=[]
888
            temp.append(flipkartDetails)
888
            temp.append(flipkartDetails)
889
            temp.append(val)
889
            temp.append(val)
890
            flipkartPricing = __FlipkartPricing(ourSp,ourTp,lowestTp,lowestPossibleTp,None,None,None)
890
            flipkartPricing = __FlipkartPricing(ourSp,ourTp,lowestTp,lowestPossibleTp,None,getLowestPossibleSp(flipkartDetails,val,spm,mpItem),None)
891
            temp.append(flipkartPricing)
891
            temp.append(flipkartPricing)
892
            negativeMargin.append(temp)
892
            negativeMargin.append(temp)
893
            continue
893
            continue
894
        
894
        
895
        if (flipkartDetails.lowestSellerSp > lowestPossibleSp) and val.ourFlipkartInventory!=0:
895
        if (flipkartDetails.lowestSellerSp > lowestPossibleSp) and val.ourFlipkartInventory!=0: