Skip to content

Commit b404c5a

Browse files
committed
Merge branch 'hotfix/post-release-2.4.15.1' of github.com:appirio-tech/connect-app into hotfix/post-release-2.4.15.1
2 parents 67ea036 + 6142794 commit b404c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/projectWizard/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ export function getProductEstimate(projectTemplate, projectData) {
590590
_.forOwn(preparedConditions, (cond, placeholder) => {
591591
preparedConditions[placeholder] = evaluate(cond, flatProjectData) === true ? '1 == 1' : '1 == 2'
592592
})
593-
const baseBlocks = getFilteredBuildingBlocks(priceConfig, buildingBlocks, preparedConditions, flatProjectData)
593+
const baseBlocks = getFilteredBuildingBlocks(priceConfig, buildingBlocks, preparedConditions, flatProjectData, true)
594594
const addonBlocks = getFilteredBuildingBlocks(addonPriceConfig, buildingBlocks, preparedConditions, flatProjectData, true)
595595
// for each addon block, check if user has specified quantity for the selected addons
596596
addonBlocks.forEach((addonBlock) => {

0 commit comments

Comments
 (0)