done
This commit is contained in:
parent
7e09043dcb
commit
d4170a12d9
File diff suppressed because one or more lines are too long
|
@ -45,7 +45,7 @@
|
|||
|
||||
|
||||
|
||||
<script type="module" crossorigin src="/assets/index-Cn1uia1n.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-P2J43GlO.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-iEl-il0E.css">
|
||||
</head>
|
||||
|
||||
|
|
|
@ -585,8 +585,7 @@ const Addproperty = () => {
|
|||
formData.extwall &&
|
||||
formData.roofing &&
|
||||
formData.totalSqft &&
|
||||
formData.totalcashsurplus &&
|
||||
formData.costsAfterPropertyAcquisition
|
||||
formData.totalcashsurplus
|
||||
) {
|
||||
const totalCostsAtoB = calculateTotalCosts();
|
||||
const totalCostsAtoBaftercredits = calculateTotalCostsWithCredits();
|
||||
|
@ -595,6 +594,7 @@ const Addproperty = () => {
|
|||
const totalcredits = calculateTotalCredits();
|
||||
const totalutilMaintenanceCost = calculatetotalutilMaintenanceCost();
|
||||
const totalrenovationCost= calculaterenovationCost();
|
||||
const costsAfterPropertyAcquisition= calculatecostsAfterPropertyAcquisition();
|
||||
|
||||
// Add user info to formData, including the propertyTaxInfo array
|
||||
const formDataWithUserInfo = {
|
||||
|
@ -612,6 +612,7 @@ const Addproperty = () => {
|
|||
totalincidentalCost: totalincidentalCost,
|
||||
totalutilMaintenanceCost: totalutilMaintenanceCost,
|
||||
totalrenovationCost:totalrenovationCost,
|
||||
costsAfterPropertyAcquisition:costsAfterPropertyAcquisition,
|
||||
};
|
||||
|
||||
// Check if propertyTaxInfo is an array and has values
|
||||
|
|
Loading…
Reference in New Issue