Subversion Repositories SmartDukaan

Rev

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

Rev 18495 Rev 18531
Line 364... Line 364...
364
    worksheet.write(18,column, 'Average Dialed Out per agent', style)
364
    worksheet.write(18,column, 'Average Dialed Out per agent', style)
365
 
365
 
366
    contactableData=0
366
    contactableData=0
367
    nonContactableData=0
367
    nonContactableData=0
368
    global ACCS_CART_WILL_PLACE_ORDER
368
    global ACCS_CART_WILL_PLACE_ORDER
-
 
369
    ACCS_CART_WILL_PLACE_ORDER=0
369
    for r in result:
370
    for r in result:
370
        row = accsDispositionMap.get(r[0])
371
        row = accsDispositionMap.get(r[0])
371
        if accsDispositionMap.get(r[0]) == 2 or accsDispositionMap.get(r[0]) == 3 or accsDispositionMap.get(r[0]) == 4:
372
        if accsDispositionMap.get(r[0]) == 2 or accsDispositionMap.get(r[0]) == 3 or accsDispositionMap.get(r[0]) == 4:
372
            nonContactableData+=int(r[1])
373
            nonContactableData+=int(r[1])
373
        else:
374
        else: