Commit 03d2a3ef authored by Frank Bergmann's avatar Frank Bergmann

- improved CRM tracking

parent fd5a740e
......@@ -408,7 +408,7 @@ select
from
im_user_absences, dual
where
owner_id = '$user_id' and
owner_id = :user_id and
start_date >= to_date(sysdate,'yyyy-mm-dd')
order by
start_date, end_date"
......
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