Subversion Repositories SmartDukaan

Rev

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

Rev 15398 Rev 15399
Line 465... Line 465...
465
    nonContactableData=0
465
    nonContactableData=0
466
    totalDispositions=0
466
    totalDispositions=0
467
    print result
467
    print result
468
    for r in result:
468
    for r in result:
469
        row = followUpDispositionMap.get(r[0])+1
469
        row = followUpDispositionMap.get(r[0])+1
470
        if followUpDispositionMap.get(r[0]) == 1 or followUpDispositionMap.get(r[0]) == 2 or followUpDispositionMap.get(r[0]) == 3 or followUpDispositionMap.get(r[0]) == 4:
470
        if followUpDispositionMap.get(r[0]) == 1 or followUpDispositionMap.get(r[0]) == 2 or followUpDispositionMap.get(r[0]) == 3:
471
            nonContactableData+=int(r[1])
471
            nonContactableData+=int(r[1])
472
        else:
472
        else:
473
            contactableData+=r[1] 
473
            contactableData+=r[1] 
474
        currentList.append(str(row))
474
        currentList.append(str(row))
475
        column = 1
475
        column = 1