Subversion Repositories SmartDukaan

Rev

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

Rev 16108 Rev 16109
Line 114... Line 114...
114
                if str(val['child']) == splitKey[0]:
114
                if str(val['child']) == splitKey[0]:
115
                    newCount = int(splitKey[1])
115
                    newCount = int(splitKey[1])
116
                    break
116
                    break
117
            count = newCount +1
117
            count = newCount +1
118
            jsonSubOrdersMap[str(val['child'])+'-'+str(count)] = val
118
            jsonSubOrdersMap[str(val['child'])+'-'+str(count)] = val
-
 
119
            if newCount>0:
-
 
120
                count = 1
119
            
121
            
120
        print jsonSubOrdersMap.items()
122
        print jsonSubOrdersMap.items()
121
            
123
            
122
        count = 1
124
        count = 1
123
        for orderTr in orderTable:
125
        for orderTr in orderTable: