Add Raffle Number column. #716
This commit is contained in:
parent
1b3d8d86a0
commit
b9159b7f4a
1 changed files with 1 additions and 0 deletions
|
|
@ -1248,6 +1248,7 @@ class ReportController extends Controller
|
||||||
// csv output
|
// csv output
|
||||||
$csv_handle = fopen('php://output', 'w+');
|
$csv_handle = fopen('php://output', 'w+');
|
||||||
fputcsv($csv_handle, [
|
fputcsv($csv_handle, [
|
||||||
|
'Raffle Number',
|
||||||
'Serial Number',
|
'Serial Number',
|
||||||
'Product Name',
|
'Product Name',
|
||||||
'Transaction Number', // JO ID
|
'Transaction Number', // JO ID
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue