[Bps-public-commit] r9431 - RT-Extension-SLA/lib/RT/Action
ruz at bestpractical.com
ruz at bestpractical.com
Wed Oct 24 09:47:58 EDT 2007
Author: ruz
Date: Wed Oct 24 09:47:58 2007
New Revision: 9431
Modified:
RT-Extension-SLA/lib/RT/Action/SLA_SetStarts.pm
Log:
* docs update
Modified: RT-Extension-SLA/lib/RT/Action/SLA_SetStarts.pm
==============================================================================
--- RT-Extension-SLA/lib/RT/Action/SLA_SetStarts.pm (original)
+++ RT-Extension-SLA/lib/RT/Action/SLA_SetStarts.pm Wed Oct 24 09:47:58 2007
@@ -15,7 +15,7 @@
if the ticket has no SLA defined.
Note that this action doesn't check if Starts field is set already, so you can
-use it set the field in a force mode or can protect field using a condition
+use it to set the field in a force mode or can protect field using a condition
that checks value of Starts.
=cut
@@ -28,7 +28,7 @@
my $ticket = $self->TicketObj;
my $level = $ticket->FirstCustomFieldValue('SLA');
unless ( $level ) {
- $RT::Logger->debug('Ticket #'. $ticket->id .' has no dervice level defined, skip setting Starts');
+ $RT::Logger->debug('Ticket #'. $ticket->id .' has no service level defined, skip setting Starts');
return 1;
}
More information about the Bps-public-commit
mailing list