Skip to content
Snippets Groups Projects
Commit c5218374 authored by Johannes Hörmann's avatar Johannes Hörmann Committed by Benjamin Ulrich
Browse files

fix timetracking content process

parent a84d7c71
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,4 @@ import("Sql_lib");
//TODO: use a preparedCondition (.build instead of .toString) when available #1030812 #1034026
result.string(newWhereIfSet("TIMETRACKING.OBJECT_ID", "$param.ObjectId_param")
.andIfSet("TIMETRACKING.ROW_ID", "$param.RowId_param")
.toString());
\ No newline at end of file
.toString());
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment