diff --git a/api/tasks/callServer.cfm b/api/tasks/callServer.cfm index ed4bbdc..e898be9 100644 --- a/api/tasks/callServer.cfm +++ b/api/tasks/callServer.cfm @@ -152,7 +152,7 @@ try { userID: { value: userID > 0 ? userID : javaCast("null", ""), cfsqltype: "cf_sql_integer", null: userID == 0 }, categoryID: { value: categoryID, cfsqltype: "cf_sql_integer" }, orderID: { value: orderID > 0 ? orderID : javaCast("null", ""), cfsqltype: "cf_sql_integer", null: orderID == 0 }, - taskTypeID: { value: taskTypeID > 0 ? taskTypeID : javaCast("null", ""), cfsqltype: "cf_sql_integer", null: taskTypeID == 0 }, + taskTypeID: { value: taskTypeID, cfsqltype: "cf_sql_integer" }, title: { value: taskTitle, cfsqltype: "cf_sql_varchar" }, details: { value: taskDetails, cfsqltype: "cf_sql_varchar" } }, { datasource: "payfrit" });