Subversion Repositories SmartDukaan

Rev

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

Rev 14479 Rev 14480
Line 148... Line 148...
148
            worksheet.write(row, inc(), subOrder['cashBackStatus'])
148
            worksheet.write(row, inc(), subOrder['cashBackStatus'])
149
            worksheet.write(row, inc(), subOrder['cashBackAmount'])
149
            worksheet.write(row, inc(), subOrder['cashBackAmount'])
150
            worksheet.write(row, inc(), subOrder['placedOn'])
150
            worksheet.write(row, inc(), subOrder['placedOn'])
151
            worksheet.write(row, inc(), order['subTagId'])
151
            worksheet.write(row, inc(), order['subTagId'])
152
            
152
            
153
            if len(aff) and aff[0]['saleTime']- saleTime < 60 and aff[0]['saleTime'] - saleTime >= 0:
153
            if len(aff) and aff[0]['saleTime']- saleTime < 90 and aff[0]['saleTime'] - saleTime >= 0:
154
                print saleTime -aff[0]['saleTime'] 
154
                print saleTime -aff[0]['saleTime'] 
155
                worksheet.write(row, inc(), aff[0]['adId'])
155
                worksheet.write(row, inc(), aff[0]['adId'])
156
                worksheet.write(row, inc(), aff[0]['payOut'])
156
                worksheet.write(row, inc(), aff[0]['payOut'])
157
                worksheet.write(row, inc(), aff[0]['saleAmount'])
157
                worksheet.write(row, inc(), aff[0]['saleAmount'])
158
                worksheet.write(row, inc(), aff[0]['saleDate'])
158
                worksheet.write(row, inc(), aff[0]['saleDate'])