diff --git a/app/Views/share_docs.php b/app/Views/share_docs.php index 2c997e9..bf5bc40 100644 --- a/app/Views/share_docs.php +++ b/app/Views/share_docs.php @@ -552,7 +552,7 @@ e.preventDefault(); // Prevent the form from submitting normally - if($('#client_branch_id').val()){ + if(!$('#client_branch_id').val()){ toastr.warning('Select Client'); return; }