From 3a0daab0ebc694df255c528e63cc3ffa927a2b82 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Sun, 26 Jun 2016 21:46:47 +1000 Subject: [PATCH] few more tweaks --- booking.reports.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/booking.reports.inc b/booking.reports.inc index 59d0982..13ceb4e 100644 --- a/booking.reports.inc +++ b/booking.reports.inc @@ -442,11 +442,11 @@ function booking_report_travel() { $header[] = array('data' => t('Name'), 'field' => 'booking_lastname'); $header[] = array('data' => t('Booking Status'), 'field' => 'booking_status'); $header[] = array('data' => t('Transport Type'), 'field' => 'booking_transport_type'); - $header[] = array('data' => t('Catching Train?'), 'field' => 'booking_transport_from_morriset_reqd'); - $header[] = array('data' => t('Inbound Flight Number'), 'field' => 'booking_flightnum_inbound'); - $header[] = array('data' => t('Inbound Flight Time'), 'field' => 'booking_flight_datetime_inbound'); - $header[] = array('data' => t('Outbound Flight Number'), 'field' => 'booking_flightnum_outbound'); - $header[] = array('data' => t('Outbound Flight Time'), 'field' => 'booking_flight_datetime_outbound'); + $header[] = array('data' => t('Catching train from airport?'), 'field' => 'booking_transport_from_morriset_reqd'); + $header[] = array('data' => t('Inbound Flight'), 'field' => 'booking_flightnum_inbound'); + $header[] = array('data' => t('Inbound Time'), 'field' => 'booking_flight_datetime_inbound'); + $header[] = array('data' => t('Outbound Flight'), 'field' => 'booking_flightnum_outbound'); + $header[] = array('data' => t('Outbound Time'), 'field' => 'booking_flight_datetime_outbound'); $header[] = array('data' => t('Accommodation Before?'), 'field' => 'booking_accom_before_reqd'); $header[] = array('data' => t('Accommodation After?'), 'field' => 'booking_accom_after_reqd');