CHANGE_SHARE_DOCS_CREATE_ISSUE : AADHAVAN

This commit is contained in:
aadhavan valli 2024-06-28 16:45:05 +05:30
parent 27c6a2cc3c
commit 9643d13d95

View File

@ -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;
}