Subversion Repositories SmartDukaan

Rev

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

Rev 13333 Rev 13335
Line 390... Line 390...
390
                lowestSp = vendor['sellingPrice']
390
                lowestSp = vendor['sellingPrice']
391
            lowestOfferPrice = vendor['sellingPrice']
391
            lowestOfferPrice = vendor['sellingPrice']
392
            
392
            
393
        if iterator ==1:
393
        if iterator ==1:
394
            print type(vendor['vendorDisplayName'])
394
            print type(vendor['vendorDisplayName'])
395
            print unicode(vendor['vendorDisplayName'])
395
            x =  unicode(vendor['vendorDisplayName'])
-
 
396
            print type(x)
396
            secondLowestSellerName = str(vendor['vendorDisplayName'])
397
            secondLowestSellerName = str(vendor['vendorDisplayName'])
397
            secondLowestSellerCode =str(vendor['vendorCode'])
398
            secondLowestSellerCode =str(vendor['vendorCode'])
398
            try:
399
            try:
399
                secondLowestSellerSp = vendor['sellingPriceBefIntCashBack']
400
                secondLowestSellerSp = vendor['sellingPriceBefIntCashBack']
400
            except:
401
            except: