FIX_GRID label changed into Payout
This commit is contained in:
parent
c5c1822813
commit
acc445a246
@ -2683,9 +2683,9 @@ class ExcelExportController extends ResourceController
|
||||
}
|
||||
|
||||
// ✅ Export
|
||||
$fileName = "grid_" . date('Ymd_His') . ".xlsx";
|
||||
$fileName = "Payout_" . date('Ymd_His') . ".xlsx";
|
||||
|
||||
return $this->streamExcelFile($headers, $data, 'Payout Grid', $fileName, false);
|
||||
return $this->streamExcelFile($headers, $data, 'Payout', $fileName, false);
|
||||
|
||||
} catch (\Throwable $e) {
|
||||
return $this->response->setJSON([
|
||||
|
||||
Loading…
Reference in New Issue
Block a user