From c1bb5ca7abb3ce2dbf7fb6d308e6464ed2fd9b7e Mon Sep 17 00:00:00 2001 From: ksprabin Date: Thu, 7 Nov 2024 10:22:52 -0800 Subject: [PATCH] EMCRI-986 --- .../dfa-project-main/dfa-project-main.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dfa-public/src/UI/embc-dfa/src/app/feature-components/dfa-project-main/dfa-project-main.component.ts b/dfa-public/src/UI/embc-dfa/src/app/feature-components/dfa-project-main/dfa-project-main.component.ts index 2e237f872..c58df38b1 100644 --- a/dfa-public/src/UI/embc-dfa/src/app/feature-components/dfa-project-main/dfa-project-main.component.ts +++ b/dfa-public/src/UI/embc-dfa/src/app/feature-components/dfa-project-main/dfa-project-main.component.ts @@ -311,7 +311,7 @@ export class DFAProjectMainComponent this.dfaProjectMainDataService.recoveryPlan.repairWorkDetails = this.form.get('repairWorkDetails').value; this.dfaProjectMainDataService.recoveryPlan.repairDamagedInfrastructure = this.form.get('repairDamagedInfrastructure').value; this.dfaProjectMainDataService.recoveryPlan.estimatedCompletionDate = this.form.get('estimatedCompletionDate').value; - this.dfaProjectMainDataService.recoveryPlan.estimateCostIncludingTax = this.form.get('estimateCostIncludingTax').value; + this.dfaProjectMainDataService.recoveryPlan.estimateCostIncludingTax = !this.form.get('estimateCostIncludingTax').value ? null : this.form.get('estimateCostIncludingTax').value; break; default: