More conversion work for studygroup roles
This commit is contained in:
@@ -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')
|
||||
{
|
||||
|
Reference in New Issue
Block a user