more progress on room allocation pages

This commit is contained in:
2014-05-27 15:58:50 +10:00
parent 773ba5a101
commit 2a3d29aa3b
5 changed files with 177 additions and 78 deletions

View File

@@ -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')