FHM08062601IBL - fix concat nama pasien dengan title prefix suffix di inform consent
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -112,7 +112,7 @@ class Inform_consent extends MY_Controller
|
||||
)->row_array();
|
||||
$printName = trim($cacheRow['ppc_name'] ?? '');
|
||||
$row['patient_name'] = trim(
|
||||
($title ? $title . '. ' : '') .
|
||||
($title ? $title . ' ' : '') .
|
||||
trim($row['M_PatientPrefix'] ?? '') . ' ' .
|
||||
trim($printName !== '' ? $printName : ($row['M_PatientName'] ?? '')) . ' ' .
|
||||
trim($row['M_PatientSuffix'] ?? '')
|
||||
|
||||
Reference in New Issue
Block a user