P5-4046 update poster hanging list price
This commit is contained in:
+7
-7
@@ -238,19 +238,19 @@ def poster_hanger_price(width, market, reseller=None, rounded=True, inc_vat=True
|
||||
|
||||
def _price_for_poster_hanger_size(size):
|
||||
if size > 0 and size <= 30:
|
||||
return 95.2
|
||||
return 83
|
||||
if size > 30 and size <= 50:
|
||||
return 135.2
|
||||
return 118
|
||||
if size > 50 and size <= 60:
|
||||
return 143.2
|
||||
return 125
|
||||
if size > 60 and size <= 70:
|
||||
return 151.2
|
||||
return 132
|
||||
if size > 70 and size <= 100:
|
||||
return 220
|
||||
return 192
|
||||
if size > 100 and size <= 125:
|
||||
return 250
|
||||
return 218
|
||||
if size > 125 and size <= 150:
|
||||
return 300
|
||||
return 262
|
||||
|
||||
raise ValueError('Invalid poster hanger size: {}'.format(size))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user