Skip to content
Snippets Groups Projects
Commit fa9626b5 authored by S.Listl's avatar S.Listl
Browse files

Employee loggings removed

parent 4a2b3a4c
No related branches found
No related tags found
No related merge requests found
import("system.db");
import("system.logging");
import("system.vars");
import("system.tools");
import("Person_lib");
......
import("system.logging");
import("system.util");
import("system.datetime");
import("system.translate");
......
import("system.logging");
import("system.db");
import("Sql_lib");
import("system.tools");
......@@ -107,7 +106,6 @@ EmployeeUtils.hasRelations = function (pContactId)
.andPrepare("TIMETRACKING.CONTACT_ID", pContactId)
.buildSql("select 1 from TIMETRACKING")
];
logging.log(queries.toSource())
return queries.some(function (sql)
{
return db.cell(sql) != "";
......
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