Subversion Repositories SmartDukaan

Rev

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

Rev 14501 Rev 14502
Line 157... Line 157...
157
                worksheet.write(row, inc(), subOrder['cashBackStatus'])
157
                worksheet.write(row, inc(), subOrder['cashBackStatus'])
158
                worksheet1.write(anotherrow, i, subOrder['cashBackStatus'])
158
                worksheet1.write(anotherrow, i, subOrder['cashBackStatus'])
159
                worksheet.write(row, inc(), subOrder['cashBackAmount'])
159
                worksheet.write(row, inc(), subOrder['cashBackAmount'])
160
                worksheet1.write(anotherrow, i, subOrder['cashBackAmount'])
160
                worksheet1.write(anotherrow, i, subOrder['cashBackAmount'])
161
        else:
161
        else:
-
 
162
            global i
-
 
163
            i=-1 
162
            worksheet1.write(anotherrow, inc(), orderId)
164
            worksheet1.write(anotherrow, inc(), orderId)
163
            worksheet1.write(anotherrow, inc(), row1[1])
165
            worksheet1.write(anotherrow, inc(), row1[1])
164
            worksheet1.write(anotherrow, inc(), row1[-1])
166
            worksheet1.write(anotherrow, inc(), row1[-1])
165
            worksheet1.write(anotherrow, inc(), order['merchantOrderId'])
167
            worksheet1.write(anotherrow, inc(), order['merchantOrderId'])
166
            worksheet1.write(anotherrow, inc(), order['subTagId'])
168
            worksheet1.write(anotherrow, inc(), order['subTagId'])