From 9643d13d95be3c1f5dc8b37644327175f81214ed Mon Sep 17 00:00:00 2001 From: aadhavan valli Date: Fri, 28 Jun 2024 16:45:05 +0530 Subject: [PATCH] CHANGE_SHARE_DOCS_CREATE_ISSUE : AADHAVAN --- app/Views/share_docs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }