Subversion Repositories SmartDukaan

Rev

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

Rev 14694 Rev 14699
Line 548... Line 548...
548
            subOrders = morder.get("subOrders")
548
            subOrders = morder.get("subOrders")
549
            if subOrders is not None:
549
            if subOrders is not None:
550
                for  subOrder in subOrders:
550
                for  subOrder in subOrders:
551
                    row3+=1
551
                    row3+=1
552
                    i=-1
552
                    i=-1
553
                    sh1.write(row3, inc(), result[0])
-
 
554
                    sh1.write(row3, inc(), result[-3])
-
 
555
                    sh1.write(row3, inc(), result[1])
553
                    sh1.write(row3, inc(), result[1])
-
 
554
                    sh1.write(row3, inc(), result[-3])
-
 
555
                    sh1.write(row3, inc(), result[0])
556
                    sh1.write(row3, inc(), result[-4], datetime_format)
556
                    sh1.write(row3, inc(), result[-4], datetime_format)
557
                    sh1.write(row3, inc(), sourceMap.get(result[2]))
557
                    sh1.write(row3, inc(), sourceMap.get(result[2]))
558
                    sh1.write(row3, inc(), morder.get("merchantOrderId"))
558
                    sh1.write(row3, inc(), morder.get("merchantOrderId"))
559
                    sh1.write(row3, inc(), subOrder.get("productTitle"))
559
                    sh1.write(row3, inc(), subOrder.get("productTitle"))
560
                    sh1.write(row3, inc(), result[-1])
560
                    sh1.write(row3, inc(), result[-1])