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
...
 
@@ -86,3 +86,3 @@ class ItemController(object):
 
        '''
 
        return self._items(commerce.Cart.STATUS_PAID)
 
        return self._items(commerce.Cart.STATUS_PAID, category=category)
 

	
0 comments (0 inline, 0 general)