CHANGE_Post_app_having_pre_branch_id - VADIVEL J 2025-09-10

This commit is contained in:
vadivelJ96 2025-10-09 17:07:38 +05:30
parent b06522c046
commit b75370fc10

View File

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