Fixed syntax error.
This commit is contained in:
parent
59876576c9
commit
37154837d3
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ module Ticket::Escalation
|
|||
end
|
||||
|
||||
# get sla for ticket
|
||||
sla_selected = self._escalation_calculation_get_sla
|
||||
sla_selected = _escalation_calculation_get_sla
|
||||
|
||||
# reset escalation if no sla is set
|
||||
if !sla_selected
|
||||
|
|
Loading…
Reference in a new issue