Subversion Repositories SmartDukaan

Rev

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

Rev 15542 Rev 15576
Line 318... Line 318...
318
            worksheet1.write(anotherrow, inc(), row1[-2])
318
            worksheet1.write(anotherrow, inc(), row1[-2])
319
            worksheet1.write(anotherrow, inc(), row1[-3])
319
            worksheet1.write(anotherrow, inc(), row1[-3])
320
            worksheet1.write(anotherrow, inc(), order['merchantOrderId'])
320
            worksheet1.write(anotherrow, inc(), order['merchantOrderId'])
321
            worksheet1.write(anotherrow, inc(), order['subTagId'])
321
            worksheet1.write(anotherrow, inc(), order['subTagId'])
322
            worksheet1.write(anotherrow, inc(), order['placedOn'])
322
            worksheet1.write(anotherrow, inc(), order['placedOn'])
-
 
323
            worksheet1.write(anotherrow, inc(), formattedTimestamp)
323
            worksheet1.write(anotherrow, inc(), int(order['paidAmount']))
324
            worksheet1.write(anotherrow, inc(), int(order['paidAmount']))
324
                
325
                
325
            notReconciled[orderId] = (anotherrow, i, int(order['paidAmount']), timestamp1, order["subTagId"]) 
326
            notReconciled[orderId] = (anotherrow, i, int(order['paidAmount']), timestamp1, order["subTagId"]) 
326
            inc()
327
            inc()
327
            inc()
328
            inc()