MERGE_CLIENT_TRACKER_ISSUES

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

View File

@ -132,7 +132,9 @@ 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{
$('#btnBranchAdd').show(); if ($('#btnBranchBack')[0].style.display == 'none') {
$('#btnBranchAdd').show();
}
} }
} }