fix
This commit is contained in:
@@ -493,7 +493,7 @@ function booking_report_travel() {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
for ($i = 0; $i < 8; $i++) {
|
for ($i = 0; $i < 8; $i++) {
|
||||||
$rows[] = "N/A";
|
$this_row[] = "N/A";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$rows[] = $this_row;
|
$rows[] = $this_row;
|
||||||
|
Reference in New Issue
Block a user