FIX_HIDE_SHOW_BUTTON_MASTER_AND_CLIENT_MODEL : AADHAVAN

This commit is contained in:
aadhavan valli 2024-03-30 11:40:26 +05:30
parent 56c69cbc20
commit 6268549d37

View File

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