Added beginning code for room allocation, changing studygroup role field
This commit is contained in:
@@ -543,7 +543,7 @@ function booking_csv_report() {
|
||||
}
|
||||
|
||||
//handle more exact dates
|
||||
if ($key == 'booking_timestamp') {
|
||||
if ($key == 'booking_timestamp' || $key == 'booking_flight_datetime_inbound' || $key == 'booking_flight_datetime_outbound') {
|
||||
$output[] = format_date($value, 'custom', 'd/m/Y H:i');
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user