[rt-users] Re: Custom statuses
Phil Smith III
lists at akphs.com
Tue Nov 1 15:52:02 EST 2005
Now I feel like an idiot: it's not working after all.
Queue_Local.pm contains:
@ACTIVE_STATUS = qw(new open stalled pricepending customerwait externalwait escalated);
@INACTIVE_STATUS = qw(resolved rejected deleted);
@STATUS = (@ACTIVE_STATUS, @INACTIVE_STATUS);
1; # the file needs to end with this
and I've looked at it and looked at it. What am I missing???
...phsiii
More information about the rt-users
mailing list