Set listprice for poster to be without hanger (#44)

This commit is contained in:
Anders Gustafsson
2021-11-02 11:55:41 +01:00
committed by GitHub
parent 05bc663562
commit a5a05b0df5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -620,7 +620,7 @@ def list_prices_posters(market_id):
width=30,
height=30,
market=market,
hanger=True,
hanger=False,
designer=poster.product.designer,
)
return jsonify(result)