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); } }