diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx index bd5aa45..0a207a6 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -2539,7 +2539,7 @@ const BoxComponent = props => { slaveNewData.forEach(x => { let key = 0; if (x.sAssignFormula) { - key = sBillNo && x.bVisible ? slaveRowData[x.sName] : evaluateFormula(x.sAssignFormula, variables); + key = evaluateFormula(x.sAssignFormula, variables); slaveRowData[x.sName] = key; } else { if (x.sTypes && x.sTypes.includes('09')) {