allow and disallow multiple payment

main
Subhodip Ghosh 2025-09-28 07:41:08 +00:00
parent 45b9187fd5
commit b00a2bcdc9
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ if (isset($_POST["add_i"]) && isset($_POST["AA_ACNO"]) && is_numeric($_POST["add
if($row_chk['cnt'] > 0){
$total['status'] = 'Error';
$total['statusmsg'] = 'You can do only one transaction per day for Recurring Account!';
$total['statusmsg'] = 'You can do only one transaction per day for This Account!';
echo json_encode($total); exit;
}
}