fix
This commit is contained in:
@@ -482,7 +482,7 @@ function booking_report_travel() {
|
|||||||
$this_row[] = t('!state', array('!state' => $person->booking_state));
|
$this_row[] = t('!state', array('!state' => $person->booking_state));
|
||||||
//$this_row[] = _booking_status_generate($person->booking_status);
|
//$this_row[] = _booking_status_generate($person->booking_status);
|
||||||
|
|
||||||
$class = $data->booking_transport_type == 'Flying' ? "flying-row" : "normal-row";
|
$class = $person->booking_transport_type == 'Flying' ? "flying-row" : "normal-row";
|
||||||
|
|
||||||
//calculate the travel link
|
//calculate the travel link
|
||||||
if ($person->tid > 0) {
|
if ($person->tid > 0) {
|
||||||
|
Reference in New Issue
Block a user