0NEXNQ - add doctor address to search
This commit is contained in:
@@ -143,7 +143,8 @@ class Doctor extends MY_Controller
|
||||
M_DoctorSuffix,
|
||||
M_DoctorSuffix2,
|
||||
M_DoctorName,
|
||||
M_DoctorNote
|
||||
M_DoctorNote,
|
||||
IFNULL(M_DoctorAddress, '') as address
|
||||
from m_doctor
|
||||
where M_DoctorIsActive = 'Y'
|
||||
and CONCAT(M_DoctorCode, ' - ', M_DoctorName) like ?
|
||||
|
||||
Reference in New Issue
Block a user