summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archaeological_files/models.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_files/models.py b/archaeological_files/models.py
index 222c7b700..06d927fcd 100644
--- a/archaeological_files/models.py
+++ b/archaeological_files/models.py
@@ -1108,7 +1108,8 @@ class File(
"cost_planned": 0,
"quantity_by_day_worked": 0,
"days_worked": 0,
- "cost_worked": 0
+ "cost_worked": 0,
+ "unit_label": cost.equipment_service_cost.unit_label,
}
key_costs_dct[cost_name]["quantity_by_day_planned"] += (quantity_by_day_planned or 0)
key_costs_dct[cost_name]["days_planned"] += (cost.days_planned or 0)