Subversion Repositories SmartDukaan

Rev

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

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