Subversion Repositories SmartDukaan

Rev

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

Rev 13331 Rev 13332
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 vendor['vendorDisplayName'].decode('utf_8')
395
            secondLowestSellerName = str(vendor['vendorDisplayName'])
396
            secondLowestSellerName = str(vendor['vendorDisplayName'])
396
            secondLowestSellerCode =str(vendor['vendorCode'])
397
            secondLowestSellerCode =str(vendor['vendorCode'])
397
            try:
398
            try:
398
                secondLowestSellerSp = vendor['sellingPriceBefIntCashBack']
399
                secondLowestSellerSp = vendor['sellingPriceBefIntCashBack']
399
            except:
400
            except: