From b8af2de471a86a3cbdc7b94fe70f5c5d8ef67313 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 8 Oct 2024 08:04:39 -0400 Subject: [PATCH] $in["strict_timeline"] --- www-api/app/Controllers/BaseController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/www-api/app/Controllers/BaseController.php b/www-api/app/Controllers/BaseController.php index 86ad9a92..48c168a2 100644 --- a/www-api/app/Controllers/BaseController.php +++ b/www-api/app/Controllers/BaseController.php @@ -318,6 +318,7 @@ abstract class BaseController extends Controller public function procOfferInterest($in) { $proc = $in['proc']; $in['interest'] = 0; + $in["strict_timeline"] = $in["strict_timeline"] ?? 0; switch ($proc) { case 'ACCEPT': $in['interest'] = JOB_INTEREST_ACCEPT;