diff --git a/application/controllers/mockup/resumeindividufacelift/Resume.php b/application/controllers/mockup/resumeindividufacelift/Resume.php index 747fcd95..ed714d90 100644 --- a/application/controllers/mockup/resumeindividufacelift/Resume.php +++ b/application/controllers/mockup/resumeindividufacelift/Resume.php @@ -390,6 +390,7 @@ class Resume extends MY_Controller kelainans.Mcu_KelainanGroupName, IFNULL(MIN(kelainans.Mcu_FitnessCategoryID), 0) AS Mcu_FitnessCategoryID, IFNULL(MIN(kelainans.Mcu_FitnessCategoryLevel), 0) AS Mcu_FitnessCategoryLevel, + IFNULL(MIN(NULLIF(kelainans.Mcu_FitnessCategoryEng, '')), '') AS Mcu_FitnessCategoryEng, IFNULL(MIN(NULLIF(kelainans.Mcu_FitnessCategoryName, '')), '') AS Mcu_FitnessCategoryName FROM ( SELECT @@ -403,6 +404,7 @@ class Resume extends MY_Controller mk.Mcu_KelainanClasification, mkg.Mcu_KelainanGroupName, mfc.Mcu_FitnessCategoryID, + mfc.Mcu_FitnessCategoryEng, mfc.Mcu_FitnessCategoryName, mfc.Mcu_FitnessCategoryLevel FROM t_kelainan_lab kl @@ -442,6 +444,7 @@ class Resume extends MY_Controller mk.Mcu_KelainanClasification, mkg.Mcu_KelainanGroupName, mfc.Mcu_FitnessCategoryID, + mfc.Mcu_FitnessCategoryEng, mfc.Mcu_FitnessCategoryName, mfc.Mcu_FitnessCategoryLevel FROM t_kelainan_nonlab kn @@ -481,6 +484,7 @@ class Resume extends MY_Controller mk.Mcu_KelainanClasification, mkg.Mcu_KelainanGroupName, mfc.Mcu_FitnessCategoryID, + mfc.Mcu_FitnessCategoryEng, mfc.Mcu_FitnessCategoryName, mfc.Mcu_FitnessCategoryLevel FROM t_kelainan_fisik kf