mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
fixing bug in leds
This commit is contained in:
parent
714d675c8d
commit
2967ea840d
1 changed files with 0 additions and 2 deletions
|
|
@ -639,9 +639,7 @@ class Costs:
|
||||||
"subtotal": subtotal_before_vat,
|
"subtotal": subtotal_before_vat,
|
||||||
"vat": vat_cost,
|
"vat": vat_cost,
|
||||||
"contingency": contingency_cost,
|
"contingency": contingency_cost,
|
||||||
"preliminaries": preliminaries_cost,
|
|
||||||
"material": material_cost,
|
"material": material_cost,
|
||||||
"profit": profit_cost,
|
|
||||||
"labour_hours": labour_hours,
|
"labour_hours": labour_hours,
|
||||||
"labour_days": labour_days,
|
"labour_days": labour_days,
|
||||||
"labour_cost": labour_cost
|
"labour_cost": labour_cost
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue