Commit 7f7a2030 authored by Frank Bergmann's avatar Frank Bergmann

-- fixed required double quote

parent 0f35e16b
......@@ -583,7 +583,7 @@ from
select *
from im_hours h
where h.user_id = %user_id% and
h.day::date = '%date%'::date
h.day::date = ''%date%''::date
) h ON (child.project_id = h.project_id),
acs_rels r
where
......
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