FIX_CHANGE_CONTROLLER : RV

This commit is contained in:
VENKATESHWARAN 2024-05-09 12:19:05 +05:30
parent 8d3ba5376c
commit d7021c5210
2 changed files with 6 additions and 6 deletions

View File

@ -609,7 +609,7 @@ class ClientController extends AdminController
$data['is_addon'] = $this->request->getPost('is_addon');
$data['base_policy'] = $this->request->getPost('base_policy');
$data['policy_status'] = 1;
$data['inception_type'] = $this->request->getPost('inception_type') ? 1 : 2;
$data['inception_type'] = $this->request->getPost('inception_type') ? 2 : 1;
@ -701,7 +701,7 @@ class ClientController extends AdminController
$data['is_addon'] = $this->request->getPost('is_addon');
$data['base_policy'] = $this->request->getPost('base_policy');
$data['policy_status'] = 1;
$data['inception_type'] = $this->request->getPost('inception_type') ? 1 : 2;
$data['inception_type'] = $this->request->getPost('inception_type') ? 2 : 1;
$policy_terms = $this->clientPolicyModel->where('id', $this->request->getPost('base_policy'))->first();

View File

@ -123,12 +123,12 @@ class EmpDataServiceController extends BaseController
// dd((Double) $totals, $insurer_id['insurer_id'], (Double) $cash_balance['balance']);
if((int) $totals < (int) $cash_balance['balance']){
// if((int) $totals < (int) $cash_balance['balance']){
dd($totals, $insurer_id['insurer_id'], $cash_balance['balance']);
}
// dd($totals, $insurer_id['insurer_id'], $cash_balance['balance']);
// }
dd($totals);
// dd($totals);
// Log the count of exported data
$count = count($objects);