Room allocation report

This commit is contained in:
2014-05-30 10:22:10 +10:00
parent ab600c99ac
commit efe71157c7
3 changed files with 73 additions and 1 deletions

View File

@@ -132,7 +132,7 @@ function _booking_room_bedtype_lookup($input = NULL)
if ($input != NULL)
return $bed[$input];
else
return $role;
return $bed;
}
/**