Subversion Repositories SmartDukaan

Rev

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

Rev 15940 Rev 15941
Line 119... Line 119...
119
            else:
119
            else:
120
                jsonSubOrdersMap[str(val['order_id'])+'-'+str(count)] = val
120
                jsonSubOrdersMap[str(val['order_id'])+'-'+str(count)] = val
121
            
121
            
122
            count= count+1
122
            count= count+1
123
            
123
            
-
 
124
        print jsonSubOrdersMap.items()
-
 
125
            
124
        count = 1
126
        count = 1
125
        for orderTr in orderTable:
127
        for orderTr in orderTable:
126
            productDetailsSubMap = None
128
            productDetailsSubMap = None
127
            productDetailsSubMap = {}
129
            productDetailsSubMap = {}
128
            cols = orderTr.find_all('td')
130
            cols = orderTr.find_all('td')