MERGE_UAT_BUG_FIXES

This commit is contained in:
Ubuntu 2026-06-30 14:06:44 +05:30
commit 78eec85f4d

View File

@ -4947,6 +4947,7 @@ class EmployeeRestController extends AdminController
protected function dispatchManualReminder($clientId, $clientBranchId, $clientPolicyId) protected function dispatchManualReminder($clientId, $clientBranchId, $clientPolicyId)
{ {
$dashboardController = new DashboardController(); $dashboardController = new DashboardController();
$dashboardController->initController($this->request, $this->response, $this->logger);
return $dashboardController->sendManualReminder( return $dashboardController->sendManualReminder(
$clientId, $clientId,