Add validity override of 2 hours for prices

This commit is contained in:
DarkPhoenix
2019-02-25 08:43:27 +03:00
parent b9e68504ed
commit ed24e7a2a3
4 changed files with 15 additions and 15 deletions

View File

@@ -63,7 +63,7 @@ class Price(ViewColumn):
priceObj = stuff.item.price
if not priceObj.isValid:
if not priceObj.isValid():
return False
return formatPrice(stuff, priceObj)