fix variable name

This commit is contained in:
Nathan Coad
2018-07-16 17:23:49 +10:00
parent 939f336489
commit dbee106fbc

View File

@@ -921,7 +921,7 @@ function booking_csv_report() {
$writer = new XLSXWriter();
$writer->setAuthor($event->booking_eventname);
//Add the header row
$writer->writeSheetHeader($sheetname, $column_headings, $header_style);
$writer->writeSheetHeader($sheetname, $header_array, $header_style);
//Add the data
foreach($rows as $row) {