From 26fca92966881966e8d36c23be9d96f7554a7fcf Mon Sep 17 00:00:00 2001 From: Tb Fajri Date: Tue, 19 Sep 2023 16:27:28 +0700 Subject: [PATCH] update active --- Modules/Internal/Http/Controllers/Api/DiagnosisController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Internal/Http/Controllers/Api/DiagnosisController.php b/Modules/Internal/Http/Controllers/Api/DiagnosisController.php index 8ad0cec7..bea90e0f 100644 --- a/Modules/Internal/Http/Controllers/Api/DiagnosisController.php +++ b/Modules/Internal/Http/Controllers/Api/DiagnosisController.php @@ -150,6 +150,7 @@ class DiagnosisController extends Controller 4 => 'description_id', 5 => 'keywords', 6 => 'version', + 7 => 'active', ]; foreach ($row->getCells() as $header_index => $cell) {