done
This commit is contained in:
parent
5a9e2aec56
commit
680642715e
File diff suppressed because one or more lines are too long
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script type="module" crossorigin src="/assets/index-AvLYi7ml.js"></script>
|
<script type="module" crossorigin src="/assets/index-Bl7AZtqa.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-iEl-il0E.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-iEl-il0E.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
@ -692,15 +692,12 @@ const Addproperty = () => {
|
||||||
};
|
};
|
||||||
|
|
||||||
const calculatefundsavailablefordistribution =() => {
|
const calculatefundsavailablefordistribution =() => {
|
||||||
const sekkingPriceBtoC= formData.sellingPriceBtoC;
|
const sellingPriceBtoC= calculateTotalCosttoSellBtoC();
|
||||||
const costPaidOutofClosing = calculateTotalcostPaidOutofClosing();
|
const totaladjustments = calculateTotaladjustments();
|
||||||
return sekkingPriceBtoC - costPaidOutofClosing;
|
return sellingPriceBtoC + totaladjustments;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const handleSubmit = () => {
|
const handleSubmit = () => {
|
||||||
if (
|
if (
|
||||||
formData.address &&
|
formData.address &&
|
||||||
|
|
Loading…
Reference in New Issue