diff --git a/app/Views/client_onboarding.php b/app/Views/client_onboarding.php index da2344f3..668cbb35 100644 --- a/app/Views/client_onboarding.php +++ b/app/Views/client_onboarding.php @@ -132,7 +132,9 @@ body { $('#btnBranchAdd').hide(); toastr.warning('Please Add the Client!', 'warning',{timeOut: 2000}); }else{ - $('#btnBranchAdd').show(); + if ($('#btnBranchBack')[0].style.display == 'none') { + $('#btnBranchAdd').show(); + } } }