@@ -765,7 +765,7 @@ function booking_csv_report() {
|
|||||||
//room location
|
//room location
|
||||||
if ($key == 'booking_room_location_id') {
|
if ($key == 'booking_room_location_id') {
|
||||||
//$output[] = _booking_room_location_lookup($value);
|
//$output[] = _booking_room_location_lookup($value);
|
||||||
$output[] = $room_locations[$value]['booking_roomlocation_descrip'];
|
$output[] = $room_locations[$value]->booking_roomlocation_descrip;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user