CSR-2237
CSR-2237 show tax for itac and nocomp
This commit is contained in:
parent
fdbe6c8f8d
commit
c2dc235fb5
2 changed files with 6 additions and 2 deletions
|
|
@ -64,7 +64,9 @@
|
|||
:insuranceDeductible="currentDeductible"
|
||||
:insuranceCompanyName="insuranceCompanyName"
|
||||
:showInsuranceCoverageAs="showInsuranceCoverageAs"
|
||||
:shouldHideRecalibration="shouldHideRecalibration" />
|
||||
:shouldHideRecalibration="shouldHideRecalibration"
|
||||
:isItac="isItac"
|
||||
:isNoComp="isNoComp" />
|
||||
|
||||
<hr class="mb-5" />
|
||||
|
||||
|
|
|
|||
|
|
@ -57,7 +57,9 @@
|
|||
recyclingModalCmsWidgetName="RecycleModal"
|
||||
:insuranceDeductible="currentDeductible"
|
||||
:insuranceCompanyName="insuranceCompanyName"
|
||||
:showInsuranceCoverageAs="showInsuranceCoverageAs" />
|
||||
:showInsuranceCoverageAs="showInsuranceCoverageAs"
|
||||
:isItac="isItac"
|
||||
:isNocomp="isNocomp" />
|
||||
|
||||
<hr class="mb-5" />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue