henrybuilt-js-library
Advanced tools
Comparing version 1.5.6 to 1.5.7
{ | ||
"name": "henrybuilt-js-library", | ||
"version": "1.5.6", | ||
"version": "1.5.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -141,3 +141,3 @@ var libMaterials = require('@src/materials/materials'); | ||
if (project.companyKey === 'vp' && !_.includes([46, 53, 54], product.categoryId)) { | ||
if (project.companyKey === 'vp' && !_.includes([46, 53, 54, 81, 82, 65], product.categoryId)) { | ||
price = price.multiply(0.7); | ||
@@ -144,0 +144,0 @@ } |
Sorry, the diff of this file is too big to display
608697