Skip to content

Commit

Permalink
Fixed typo and returned property
Browse files Browse the repository at this point in the history
  • Loading branch information
Becky Lewis committed Sep 18, 2013
1 parent 59ec759 commit 4c40d2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oscar/apps/catalogue/abstract_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ def min_variant_price_excl_tax(self):
"""Return minimum variant price excluding tax"""
return self._min_variant_price('price_excl_tax')

@property
def has_stockrecord(self):
"""
Test if this product has a stock record
Expand Down

0 comments on commit 4c40d2c

Please sign in to comment.