2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Added notification of updated case id

This commit is contained in:
Adam Zammit
2018-11-19 14:31:10 +11:00
parent b742ab4bf4
commit 56e2a1e18a

View File

@@ -267,6 +267,8 @@ while (!is_process_killed($process_id)) //check if process killed every $sleepin
WHERE case_id = $case_id"; WHERE case_id = $case_id";
$db->Execute($sql); $db->Execute($sql);
print T_("Updating case as self completed online") . " - " . T_("Case id") . ": $case_id";
} }
} }
} }