Skip to content

Commit

Permalink
ART program reactivation validation messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald-pro committed May 15, 2024
1 parent ebac8b5 commit 7edc8ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions routes/processes/nishauri_new.js
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ router.post(
if (!check_valid_user) {
return res.status(200).json({
success: false,
msg: `Invalid CCC Number/ First Name Match: ${ccc_no}, The CCC Number/First Name does not match in Nishauri`
msg: `The First Name does not match with CCC Number: ${ccc_no} in Nishauri`
});
}

Expand Down Expand Up @@ -879,10 +879,10 @@ router.post(
if (!check_valid_user) {
return res.status(200).json({
success: false,
msg: `Invalid CCC Number/ First Name Match: ${ccc_no}, The CCC Number/First Name does not match in Nishauri`
msg: `The First Name does not match with CCC Number: ${ccc_no} in Nishauri `
});
}

const update_program = await NUserprograms.update(
{ is_active: "1" },
{
Expand Down

0 comments on commit 7edc8ae

Please sign in to comment.