Skip to content

Commit

Permalink
podchecker minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmv committed Jun 11, 2014
1 parent c71c931 commit d60ca17
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/RT/Extension/SLA.pm
Expand Up @@ -185,20 +185,20 @@ so several rules applies to make things sane:
=over 4
=item
=item *
If requestor(s) reply multiple times and are ignored then the deadline
is calculated using the oldest requestors' correspondence.
=item
=item *
If a ticket has no requestor(s) then it has no response deadline.
=item
=item *
If a ticket is created by non-requestor then due date is left unset.
=item
=item *
If owner of a ticket is its requestor then his actions are treated
as non-requestors'.
Expand Down Expand Up @@ -279,7 +279,7 @@ and/or reply options if event happens out of business hours, read also
</"Configuring business hours"> below.
Example:
'level x' => {
OutOfHours => { Resolve => { RealMinutes => +60*24 } },
Resolve => { RealMinutes => 60*24 },
Expand Down

0 comments on commit d60ca17

Please sign in to comment.