MERGE_CLIENT_TRACKER_ISSUES
This commit is contained in:
commit
07c490c987
@ -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();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user