CHANGE_SCRIPT_CHANGE : RV

This commit is contained in:
VENKATESHWARAN 2025-03-01 17:46:13 +05:30
parent 3da1a18178
commit 6d4370d264

View File

@ -4295,7 +4295,7 @@ class ClientController extends AdminController
// dd($policyTerms);
// Re-encode the ordered policy terms
$updatedPolicyTerms = json_encode($policyTerms);
dd($updatedPolicyTerms);
// dd($updatedPolicyTerms);
// dd($orderedPolicyTerms, $updatedPolicyTerms);
$this->clientPolicyModel->update($data[$i]['id'], ['policy_terms' => $updatedPolicyTerms]);