Subversion Repositories SmartDukaan

Rev

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

Rev 13520 Rev 13726
Line 1163... Line 1163...
1163
 
1163
 
1164
 
1164
 
1165
    for itemId, status in oosStatusMap.iteritems():
1165
    for itemId, status in oosStatusMap.iteritems():
1166
        total_order_count = 0 
1166
        total_order_count = 0 
1167
        total_rto_count = 0
1167
        total_rto_count = 0
1168
        for sid in (1,3,6,7,8):
1168
        for sid in (1,3,4,6,7,8):
1169
            oosStatus = OOSStatus()
1169
            oosStatus = OOSStatus()
1170
            oosStatus.item_id = itemId
1170
            oosStatus.item_id = itemId
1171
            oosStatus.date = oosDate
1171
            oosStatus.date = oosDate
1172
            oosStatus.sourceId  = sid
1172
            oosStatus.sourceId  = sid
1173
            order_count = 0
1173
            order_count = 0