Commit 9aa26810 authored by Frank Bergmann's avatar Frank Bergmann

- added additional query

parent c4eaf1e4
...@@ -32,4 +32,17 @@ ...@@ -32,4 +32,17 @@
</querytext> </querytext>
</fullquery> </fullquery>
<fullquery name="cost_center_context_update">
<querytext>
update acs_objects set
context_id = :parent_id
where object_id = :cost_center_id;
</querytext>
</fullquery>
</queryset> </queryset>
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