FIX_LIVE_ISSUE : RV
This commit is contained in:
parent
d5e6037c0e
commit
b10b3499cd
@ -149,8 +149,13 @@
|
|||||||
|
|
||||||
// If GST is currently validating, wait for it to complete
|
// If GST is currently validating, wait for it to complete
|
||||||
if (isGSTValidating) {
|
if (isGSTValidating) {
|
||||||
toastr.info('Please wait while we validate your GST number...', 'Validating');
|
if($('#Owner_type').val() == 1){
|
||||||
return;
|
toastr.info('Please wait while we validate your GST number...', 'Validating');
|
||||||
|
return;
|
||||||
|
}else if ($('#client_type').val() == 1){
|
||||||
|
toastr.info('Please wait while we validate your GST number...', 'Validating');
|
||||||
|
return;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// If GST validation failed, prevent submission
|
// If GST validation failed, prevent submission
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user