Subversion Repositories SmartDukaan

Rev

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

Rev 13879 Rev 13882
Line 121... Line 121...
121
        pass
121
        pass
122
    
122
    
123
    def getTrackingUrls(self, userId):
123
    def getTrackingUrls(self, userId):
124
        orders = self._getActiveOrders({'userId':userId})
124
        orders = self._getActiveOrders({'userId':userId})
125
        print "orders", orders
125
        print "orders", orders
126
        count = len
126
        count = len(orders)
127
        print "count", count
127
        print "count", count
128
        if count > 0:
128
        if count > 0:
129
            return []
129
            return []
130
        else: 
130
        else: 
131
            if self.store_id == 1:
131
            if self.store_id == 1: