CHANGE_Post_app_having_pre_branch_id - VADIVEL J 2025-10-09
This commit is contained in:
parent
ab7bccca6c
commit
df84cbba14
@ -1137,7 +1137,7 @@ class ClientController extends AdminController
|
|||||||
return $this->respond([
|
return $this->respond([
|
||||||
'status' => false,
|
'status' => false,
|
||||||
'code' => 409,
|
'code' => 409,
|
||||||
'message' => 'The pre branch id '.$data['pre_branch_id'].' is already mapped with another branch. Please check.',
|
'message' => 'The branch is already mapped with another branch. Please check.',
|
||||||
], 409);
|
], 409);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1266,7 +1266,7 @@ class ClientController extends AdminController
|
|||||||
return $this->respond([
|
return $this->respond([
|
||||||
'status' => false,
|
'status' => false,
|
||||||
'code' => 409,
|
'code' => 409,
|
||||||
'message' => 'The pre branch id '.$data['pre_branch_id'].' is already mapped with another branch. Please check.',
|
'message' => 'The branch is already mapped with another branch. Please check.',
|
||||||
], 409);
|
], 409);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user