From c8c6f50a0488377dad256e3f4218ea4c4acd7906 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Sun, 26 Jun 2016 21:55:30 +1000 Subject: [PATCH] fix --- booking.reports.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;