MERGE_CLIENT_TRACKER_ISSUES

This commit is contained in:
velz 2024-03-30 11:56:05 +05:30
commit 07c490c987

View File

@ -132,8 +132,10 @@ body {
$('#btnBranchAdd').hide(); $('#btnBranchAdd').hide();
toastr.warning('Please Add the Client!', 'warning',{timeOut: 2000}); toastr.warning('Please Add the Client!', 'warning',{timeOut: 2000});
}else{ }else{
if ($('#btnBranchBack')[0].style.display == 'none') {
$('#btnBranchAdd').show(); $('#btnBranchAdd').show();
} }
}
} }