change readinggroup colour order because Scott

This commit is contained in:
Nathan Coad
2018-06-27 18:48:59 +10:00
parent 3069c1a4c2
commit b71e61dcca

View File

@@ -215,13 +215,13 @@ function _booking_readinggroup_colour_lookup($input = NULL)
$group[] = t('Beige'); $group[] = t('Beige');
$group[] = t('Maroon'); $group[] = t('Maroon');
$group[] = t('Pink'); $group[] = t('Pink');
$group[] = t('Black'); $group[] = t('Black');
$group[] = t('Checks');
$group[] = t('Yellow'); $group[] = t('Yellow');
$group[] = t('Purple'); $group[] = t('Purple');
$group[] = t('White'); $group[] = t('White');
$group[] = t('Red'); $group[] = t('Red');
$group[] = t('Orange'); $group[] = t('Orange');
$group[] = t('Checks');
$group[] = t('Green'); $group[] = t('Green');
$group[] = t('Blue'); $group[] = t('Blue');
$group[] = t('Brown'); $group[] = t('Brown');