Backend Service
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
}
|
||||
function selectPatient( practicePatientId ){
|
||||
//alert( practicePatientId );
|
||||
return post_nav_action('/patient', practicePatientId);
|
||||
return post_nav_action('/patient/patientView', practicePatientId);
|
||||
}
|
||||
|
||||
function calendarPatient( practicePatientId ){
|
||||
|
||||
Reference in New Issue
Block a user