Skip to content

Commit

Permalink
fix(inheritance-report): calculate realEstate withOUT share (#15905)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
albinagu and kodiakhq[bot] authored Sep 5, 2024
1 parent 5c1b2c2 commit bd2eb08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const assets = buildSection({
},
],
assetKey: 'assets',
calcWithShareValue: true,
calcWithShareValue: false,
repeaterButtonText: m.addRealEstate,
sumField: 'propertyValuation',
},
Expand Down

0 comments on commit bd2eb08

Please sign in to comment.