Commit cc020d17 authored by Frank Bergmann's avatar Frank Bergmann

- Fixed Octavio stuff

parent ffc00bed
......@@ -271,6 +271,7 @@ if {$aggregate_tasks_p} {
sum(t.unbilled_units) as unbilled_sum,
parent.project_id as project_id,
im_material_name_from_id(t.task_material_id) as task_name,
NULL as task_id,
t.task_type_id,
t.uom_id,
t.company_id,
......@@ -371,7 +372,6 @@ if {$aggregate_tasks_p} {
and h.invoice_id is null
)
END as unbilled_sum,
p.company_id,
parent.project_id,
p.project_name as task_name,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment