tweak to travel report
This commit is contained in:
@@ -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));
|
||||||
|
Reference in New Issue
Block a user