diff --git a/process/SetCommunicationSetting_workflowService/process.js b/process/SetCommunicationSetting_workflowService/process.js index c1496c175d527d4917aefbccfe24ef91e789bd02..093920c3f81f811076d1b245d37c34bdc764133f 100644 --- a/process/SetCommunicationSetting_workflowService/process.js +++ b/process/SetCommunicationSetting_workflowService/process.js @@ -35,7 +35,7 @@ var settingsId = settingsIdSql.cell(); if (settingsId) { - newWhere("COMMUNICATIONSETTINGS.COMMUNICATIONSETTINGSID") + newWhere("COMMUNICATIONSETTINGS.COMMUNICATIONSETTINGSID", settingsId) .updateFields({"STATUS": status}); } else