Changeset - a27264ac9289
[Not reviewed]
0 1 0
Christopher Neugebauer - 8 years ago 2016-09-13 02:28:48
chrisjrn@gmail.com
Filters items_purchased by category.

Fixes #74
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
registrasion/controllers/item.py
Show inline comments
...
 
@@ -84,7 +84,7 @@ class ItemController(object):
 
                aggregating like products from across multiple invoices.
 

	
 
        '''
 
        return self._items(commerce.Cart.STATUS_PAID)
 
        return self._items(commerce.Cart.STATUS_PAID, category=category)
 

	
 
    def items_pending(self):
 
        ''' Gets all of the items that the user has reserved, but has not yet
0 comments (0 inline, 0 general)