From b75370fc100f39dae64ee20d54d0e733d2b90937 Mon Sep 17 00:00:00 2001 From: vadivelJ96 Date: Thu, 9 Oct 2025 17:07:38 +0530 Subject: [PATCH] CHANGE_Post_app_having_pre_branch_id - VADIVEL J 2025-09-10 --- app/Controllers/ClientController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controllers/ClientController.php b/app/Controllers/ClientController.php index 2d7fc0e..57fcb60 100755 --- a/app/Controllers/ClientController.php +++ b/app/Controllers/ClientController.php @@ -913,7 +913,7 @@ class ClientController extends AdminController return $this->respond([ 'status' => false, 'code' => 409, - 'message' => 'The pre branch id '.$data['pre_branch_id'].' is already mapped with another branch. Please check.', + 'message' => 'The pre branch id '.$data['post_branch_id'].' is already mapped with another branch. Please check.', ], 409); } }