0NEXNQ - add doctor address to search

This commit is contained in:
sas.fajri
2026-05-28 16:35:53 +07:00
parent f788b91eb8
commit eeb864bfec

View File

@@ -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 ?