Subversion Repositories SmartDukaan

Rev

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

Rev 6668 Rev 8299
Line 87... Line 87...
87
    mode[0] = 'Prepaid'
87
    mode[0] = 'Prepaid'
88
    mode[1] = 'COD'
88
    mode[1] = 'COD'
89
    
89
    
90
    i = 1
90
    i = 1
91
    for order in slipped_orders:
91
    for order in slipped_orders:
-
 
92
        if order.source ==6:
-
 
93
            continue
92
        html +="<tr>"
94
        html +="<tr>"
93
        sheet.write(i, 0, order.id)
95
        sheet.write(i, 0, order.id)
94
        html +="<td>" + str(order.id) + "</td>" 
96
        html +="<td>" + str(order.id) + "</td>" 
95
        sheet.write(i, 1, mode[order.cod])
97
        sheet.write(i, 1, mode[order.cod])
96
        html +="<td>" + str(mode[order.cod]) + "</td>"
98
        html +="<td>" + str(mode[order.cod]) + "</td>"