Skip to content

Commit

Permalink
Merge pull request #71 from gautampanday/task-7690
Browse files Browse the repository at this point in the history
At product list changed display product from 9 to 12 per page #7690
  • Loading branch information
tarunbhardwaj committed May 1, 2015
2 parents 2d72256 + f28bd7a commit 58f119b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def __setup__(cls):
cls._error_messages.update({
'unique_uri': ('URI of Product must be Unique'),
})
cls.per_page = 9
cls.per_page = 12

@classmethod
def __register__(cls, module_name):
Expand Down

0 comments on commit 58f119b

Please sign in to comment.