Skip to content
Snippets Groups Projects
Commit 126d32b5 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

fix timetracking content process

parent e7fbccb1
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,4 @@ import("Sql_lib");
result.string(SqlCondition.begin()
.andPrepareVars("TIMETRACKING.OBJECT_ID", "$param.ObjectId_param")
.andPrepareVars("TIMETRACKING.ROW_ID", "$param.RowId_param")
.translate("1 = 2"));
\ No newline at end of file
.translate("1=1"));
\ No newline at end of file
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