fix generate order rujukan delevery

This commit is contained in:
Hanan Askarim
2026-06-12 09:03:56 +07:00
parent 2978ecc93d
commit e73fccee17

View File

@@ -333,6 +333,7 @@ class Sample extends MY_Controller
$doctorID = $rows[0]["M_BranchM_DoctorID"];
$doctorAddressID = $rows[0]["M_BranchM_DoctorAddressID"];
$branchKelurahanID = $rows[0]["M_BranchM_KelurahanID"];
$branchRegionalCd = $rows[0]["M_BranchRegionalCd"];
$branchAddresss = $rows[0]["M_BranchAddress"];
}
}
@@ -493,7 +494,7 @@ class Sample extends MY_Controller
'note' => $branchAddresss,
'noteplus' => '',
'kelurahan' => $branchKelurahanID,
'regional_cd' => $branchKelurahanID
'regional_cd' => $branchRegionalCd
)
);
$xdet = array();