Commit 90e3a934 authored by Frank Bergmann's avatar Frank Bergmann

Added InterCo bill type

parent da0957a8
......@@ -210,7 +210,7 @@ set logged_cash_sql "
im_costs c
where parent.project_id = :main_project_id and
child.tree_sortkey between parent.tree_sortkey and tree_right(parent.tree_sortkey) and
c.cost_type_id in ([join [im_sub_categories [im_cost_type_bill]] ","]) and
c.cost_type_id in ([join [im_sub_categories [list [im_cost_type_bill] [im_cost_type_interco_bill]] ] ","]) and
(child.project_id = c.project_id
OR c.cost_id in (
select r.object_id_two
......
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