[rt-users] rt-crontool changes ticket modification time
Bernd Kuhlen -WetterOnline-
bernd.kuhlen at wetteronline.de
Wed Oct 15 09:18:27 EDT 2008
> i got it fixed to my needs. Here's what I changed in
> EscalatePriority.pm
sub Commit {
my $self = shift;
# my ($val, $msg) = $self->TicketObj->SetPriority($self->{'prio'});
my ($val, $msg) = $self->TicketObj->__Set(Field => 'Priority',
Value => $self->{'prio'}, RecordTransaction => 0);
unless ($val) {
$RT::Logger->debug($self . " $msg");
}
}
best regards,
Bernd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20081015/92cb20c0/attachment.htm>
More information about the rt-users
mailing list