add m2_price to canvas price resource

This commit is contained in:
Martin
2016-11-19 17:18:55 +01:00
parent 2bd2094f63
commit b5c8145f96
+1
View File
@@ -63,6 +63,7 @@ def canvas():
'framed': framed,
'width': width,
'height': height,
'm2_price': m2_price(material, market, reseller=reseller, inc_vat=True),
'price': old_canvas_price(width, height, material, market, reseller=reseller, framed=framed)
})