mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Merge pull request #163 from Hestia-Homes/new-reporting
updated pc cost to 30%
This commit is contained in:
commit
f55e10cd69
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ export async function GET(
|
|||
const contingency = upgraded.contingency ?? 0;
|
||||
const total_funding = upgraded.total_funding ?? 0;
|
||||
const net_cost = construction_cost - total_funding;
|
||||
const pc_cost = construction_cost * 0.28; // Placeholder for PC cost
|
||||
const pc_cost = construction_cost * 0.3; // Placeholder for PC cost
|
||||
|
||||
//
|
||||
// ----------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue