fix generate order rujukan delevery
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user