Subversion Repositories SmartDukaan

Rev

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

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