exclude reading group from leader/helper summary

This commit is contained in:
Nathan Coad
2018-06-28 14:51:42 +10:00
parent b71e61dcca
commit 647a44e0ab
2 changed files with 3 additions and 3 deletions

View File

@@ -216,7 +216,7 @@ function _booking_readinggroup_colour_lookup($input = NULL)
$group[] = t('Maroon');
$group[] = t('Pink');
$group[] = t('Black');
$group[] = t('Checks');
$group[] = t('Checks');
$group[] = t('Yellow');
$group[] = t('Purple');
$group[] = t('White');