This commit is contained in:
2024-02-01 10:16:29 +07:00
parent 30cb0d7eeb
commit 254e9e0624
2 changed files with 2 additions and 2 deletions

View File

@@ -211,7 +211,7 @@ class ReportLogController extends Controller
$approveByFgl = 'Import By Excel';
} else if ($row['final_log'] == 1 && $row['status_final_log'] == 'requested'){
$approveByFgl = '-';
} else {
} else if ($row['final_log'] == 1) {
$approveByFgl = Helper::userName($row['approved_final_log_by']);
}