Merge remote-tracking branch 'origin/staging' into origin/production
This commit is contained in:
@@ -46,7 +46,7 @@ class ReportLogResource extends JsonResource
|
||||
$approveByFgl = 'Import By Excel';
|
||||
} else if ($this->final_log == 1 && $this->status_final_log == 'requested'){
|
||||
$approveByFgl = '-';
|
||||
} else {
|
||||
} else if ($this->final_log == 1) {
|
||||
$approveByFgl = Helper::userName($this->approved_final_log_by);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user