More conversion work for studygroup roles

This commit is contained in:
2014-05-27 00:26:11 +10:00
parent b3761b53b7
commit 4c75894786
4 changed files with 40 additions and 25 deletions

View File

@@ -554,6 +554,13 @@ function booking_csv_report() {
continue;
}
//studygroup session roles
if (preg_match("/session\d+_role/", $key))
{
$output[] = _booking_studygroup_role_lookup($value);
continue;
}
//add in the amount owing using the nid as the key
if ($key == 'nid')
{