fix
This commit is contained in:
@@ -142,6 +142,18 @@ class Practice extends Admin_Controller {
|
||||
|
||||
public function rejectPracticeSignup(){
|
||||
|
||||
//
|
||||
|
||||
$this->load->model('backend_model');
|
||||
$out = array();
|
||||
|
||||
$data['pending_practice_id'] = trim($this->input->get('pending_practice_id'));
|
||||
echo "..Sending.."; // . $data['pending_practice_id'];
|
||||
$data['action'] = MERMS_PROVIDERS_CANCELPENDING;
|
||||
$data['practice_pending_id'] = $data['pending_practice_id'];
|
||||
$res = $this->backend_model->mermsemr_api($data, $out);
|
||||
echo "Completed " ;
|
||||
|
||||
echo 'User Rejected and Removed from Signup';
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user