banner error

This commit is contained in:
CHIEFSOFT\ameye
2023-08-07 07:06:47 -04:00
parent 0d518c15a5
commit a3d395d3ce
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ abstract class BaseController extends Controller
*/
$incoming_job_action = $data['job_action'];
$data['job_action'] = -1; // we dont know yet
$data['job_action'] = -1; // we dont know yet
switch ($incoming_job_action) {
case 'NOTIFY_COMPLETE': // notify completed
$data['job_action'] = CONTRACT_NOTIFY_COMPLETE;