Commit 76c913fd authored by aecres's avatar aecres

- Fixed issue with Total

parent e26c8972
......@@ -167,7 +167,7 @@ set report_sql "
) p
) main_p
where
('Total' = department || department = :dept) and
('Total' = :dept OR department = :dept) and
(revenue > 0 OR external_cost > 0 OR internal_cost > 0)
order by
revenue DESC
......
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