Subversion Repositories SmartDukaan

Rev

Rev 7171 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

values = []

expFeature = expSlide.getExpandedFeature(120446)
if(expFeature):
    expBullets = expFeature.getExpandedBullets()
    if expBullets is not None:
        for expBullet in expBullets:
            communication = str(expBullet.getValue())
            if communication == 'Voice call facility':
                values.append('TRUE')
                return
values.append("FALSE")