diff --git a/app/Config/Routes.php b/app/Config/Routes.php index 2b253b31..d74d1d3f 100755 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -675,3 +675,5 @@ $routes->group('test', function($routes) { $routes->post('api/saveForm', 'TestingController::saveForm'); $routes->get('insurerRFQRemainder', 'LeadsController::remainderForQcr'); }); +$routes->cli('cli/testcli', 'TestingController::testcli'); + diff --git a/app/Controllers/TestingController.php b/app/Controllers/TestingController.php index 8fe06352..495c27d4 100644 --- a/app/Controllers/TestingController.php +++ b/app/Controllers/TestingController.php @@ -9,6 +9,12 @@ use CodeIgniter\API\ResponseTrait; class TestingController extends BaseController { use ResponseTrait; + protected $myLogger; + + public function __construct() + { + $this->myLogger = \Config\Services::mylogger(); + } public function saveForm() { @@ -22,4 +28,12 @@ class TestingController extends BaseController 'data' => $data ]); } + + public function testcli() + { echo "hi"; + $this->myLogger->logme('error', "test log"); + echo "hi 2"; + log_message('error', 'test message for log_message_function'); + echo "hi 3"; + } } diff --git a/app/Views/policy_gmc_terms.php b/app/Views/policy_gmc_terms.php index 4dace342..80d8555e 100755 --- a/app/Views/policy_gmc_terms.php +++ b/app/Views/policy_gmc_terms.php @@ -1691,6 +1691,7 @@ // // Update the input value // input.value = value; // } + $('#self').change(function() { diff --git a/app/Views/view_rfq_non_eb_new.php b/app/Views/view_rfq_non_eb_new.php new file mode 100644 index 00000000..843905f7 --- /dev/null +++ b/app/Views/view_rfq_non_eb_new.php @@ -0,0 +1,5829 @@ + + + +