From b71e61dcca6bdcc25c94ef02ab941ae331ef3e5b Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Wed, 27 Jun 2018 18:48:59 +1000 Subject: [PATCH] change readinggroup colour order because Scott --- booking.constants.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/booking.constants.inc b/booking.constants.inc index 7ecc3cc..f00a323 100644 --- a/booking.constants.inc +++ b/booking.constants.inc @@ -215,13 +215,13 @@ function _booking_readinggroup_colour_lookup($input = NULL) $group[] = t('Beige'); $group[] = t('Maroon'); $group[] = t('Pink'); - $group[] = t('Black'); + $group[] = t('Black'); + $group[] = t('Checks'); $group[] = t('Yellow'); $group[] = t('Purple'); $group[] = t('White'); $group[] = t('Red'); $group[] = t('Orange'); - $group[] = t('Checks'); $group[] = t('Green'); $group[] = t('Blue'); $group[] = t('Brown');