Cost benefit ratio #8
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Cost-Benefit-Projection#8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I hope this is the correct link?
On line 456 the formula is incorrect
/ $this->interventions[$i]['items'][$a]['cost_of_problem_unscaled'];
it should be cost of intervention not cost of problem.
similarly line 458 should be changed in the same way
/ $this->interventions[$i]['items'][$a]['cost_of_problem_scaled']