tweak to travel report

This commit is contained in:
2016-06-27 10:44:10 +10:00
parent 4550028fd6
commit 70168189fb

View File

@@ -499,8 +499,10 @@ function booking_report_travel() {
} }
} }
else { else {
for ($i = 0; $i < 8; $i++) { $this_row[] = "N/A";
$this_row[] = "N/A"; //put in empty fields to fill up the table columns
for ($i = 0; $i < 7; $i++) {
$this_row[] = "";
} }
} }
$rows[] = array('data' => $this_row, 'class' => array($class)); $rows[] = array('data' => $this_row, 'class' => array($class));