Merge remote-tracking branch 'origin/staging' into origin/production

This commit is contained in:
Linksehat Staging Server
2024-02-01 10:37:56 +07:00
4 changed files with 34 additions and 3 deletions

View File

@@ -65,6 +65,7 @@ class ReportLogResource extends JsonResource
'status' => $this->status ?? '-',
'status_final_log' => $this->status_final_log ?? '-',
'member_name' => $this->member->name,
'member_code' => $this->member->member_id,
'payment_type' => $this->payment_type,
'payment_type_name' => $this->payment_type_name,
'duration_gl' => $durationGl,