Merge branch 'dev' of bitbucket.org:jubilian/nhance into dev

This commit is contained in:
VENKATESHWARAN 2025-03-26 17:53:49 +05:30
commit 37d17e47f1
3 changed files with 1213 additions and 513 deletions

View File

@ -681,6 +681,7 @@ class LeadsController extends BaseController
], 200);
}
public function createQCR()
{
@ -3341,5 +3342,4 @@ class LeadsController extends BaseController
// kint::dump($data);
return $data;
}
}

View File

@ -1128,7 +1128,11 @@
prependTable(policySummary[key],key);
});
}
$('.loader').fadeIn();
$('.loader-mask').fadeIn();
toastr.success("Policy Information Collected ","SUCCESS");
$('.loader').fadeOut();
$('.loader-mask').delay(350).fadeOut('slow');
console.log("Updated policy data in localStorage:", existingData);
}

File diff suppressed because it is too large Load Diff