FIX_GRID label changed into Payout

This commit is contained in:
sanjeev.p 2026-04-09 11:13:38 +05:30
parent c5c1822813
commit acc445a246

View File

@ -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([