diff --git a/booking.reports.inc b/booking.reports.inc index 4ef5af7..882dc9f 100644 --- a/booking.reports.inc +++ b/booking.reports.inc @@ -493,7 +493,7 @@ function booking_report_travel() { } else { for ($i = 0; $i < 8; $i++) { - $rows[] = "N/A"; + $this_row[] = "N/A"; } } $rows[] = $this_row;