summaryrefslogtreecommitdiff
path: root/rt/lib
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-04-14 01:17:11 -0700
committerIvan Kohler <ivan@freeside.biz>2014-04-14 01:17:11 -0700
commit01ffb4debe929b4d28f2ff9aee2f2bfc9b67fb47 (patch)
tree98c77c5f67fabad5c7b362350413d2da919da2d0 /rt/lib
parent49ab5818ef56a8758548396033388187b123f8ed (diff)
installers (calendaring), RT#16584
Diffstat (limited to 'rt/lib')
-rw-r--r--rt/lib/RTx/Schedule.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/rt/lib/RTx/Schedule.pm b/rt/lib/RTx/Schedule.pm
index c14327767..167019dae 100644
--- a/rt/lib/RTx/Schedule.pm
+++ b/rt/lib/RTx/Schedule.pm
@@ -99,7 +99,8 @@ sub UserDaySchedule {
#XXX color code existing appointments by... city? proximity? etc.
- my $col = '99ff99'; #green for now
+ #my $col = '99ff99'; #green for now
+ my $col = 'a097ed'; #any of green/red/yellow-like would be confusing as a placeholder color, so.. blue-ish/purple
$_->Id => [ $starts, $due, $col, $_ ];
}