fix
This commit is contained in:
@@ -28,7 +28,20 @@
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
function selectPractice(practice_id) {
|
||||
// alert(pending_practice_id);
|
||||
|
||||
$('#transp_detail').html('Processing...');
|
||||
// $('#acc' + pending_practice_id).prop('disabled', true);
|
||||
$.ajax({
|
||||
url: "/practice/selectPractice?proc=PROCESS&practice_id=" + practice_id
|
||||
}).done(function (data) {
|
||||
$('#transp_detail').html(data);
|
||||
// $('#acc' + pending_practice_id).prop('disabled', false);
|
||||
});
|
||||
return false;
|
||||
}
|
||||
|
||||
function resendEmail(pending_practice_id) {
|
||||
// alert(pending_practice_id);
|
||||
|
||||
@@ -44,4 +57,6 @@
|
||||
}
|
||||
|
||||
// -->
|
||||
</script>
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user