more progress on room allocation pages
This commit is contained in:
@@ -560,6 +560,18 @@ function booking_csv_report() {
|
||||
$output[] = _booking_studygroup_role_lookup($value);
|
||||
continue;
|
||||
}
|
||||
|
||||
//room location
|
||||
if ($key == 'booking_room_location_id') {
|
||||
$output[] = _booking_room_location_lookup($value);
|
||||
continue;
|
||||
}
|
||||
|
||||
//room bed type
|
||||
if ($key == 'booking_room_bedtype') {
|
||||
$output[] = _booking_room_bedtype_lookup($value);
|
||||
continue;
|
||||
}
|
||||
|
||||
//add in the amount owing using the nid as the key
|
||||
if ($key == 'nid')
|
||||
|
Reference in New Issue
Block a user