Fix validation not working for alternate phone number when registers new customer

This commit is contained in:
e.arrahn
2023-02-26 15:21:12 +08:00
parent 4ea08afbf8
commit 6f05fc9874
+1 -1
View File
@@ -816,7 +816,7 @@
return false;
}else{
if((customerphone.length < 9 || customerphone.length >= 12)){
$("#terima_ic", myKadModal), myKadModal.prop('disabled', false);
$("#terima_ic", myKadModal).prop('disabled', false);
Swal.fire({
icon: 'error',
title: 'Amaran!',