henrybuilt-js-library
Advanced tools
Comparing version 1.8.319 to 1.8.320
{ | ||
"name": "henrybuilt-js-library", | ||
"version": "1.8.319", | ||
"version": "1.8.320", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -384,2 +384,6 @@ var libMaterials = require('@src/materials/materials'); | ||
if (moment(project.pricingDate).isSameOrAfter('2025-01-23')) { | ||
unitPrice = unitPrice.multiply(1.11); | ||
} | ||
if (project.companyKey === 'vp') { | ||
@@ -386,0 +390,0 @@ unitPrice = unitPrice.multiply(0.7); //vp discount only applies to lighting |
Sorry, the diff of this file is too big to display
888635
8650