Skip to content
Snippets Groups Projects
Commit 278bd610 authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #654 from greezybacon/issue/653


sla: New SLA's default to alert when overdue

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents 751bcceb 630226fd
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ if($sla && $_REQUEST['a']!='add'){
$submit_text='Add Plan';
$info['isactive']=isset($info['isactive'])?$info['isactive']:1;
$info['enable_priority_escalation']=isset($info['enable_priority_escalation'])?$info['enable_priority_escalation']:1;
$info['disable_overdue_alerts']=isset($info['disable_overdue_alerts'])?$info['disable_overdue_alerts']:1;
$info['disable_overdue_alerts']=isset($info['disable_overdue_alerts'])?$info['disable_overdue_alerts']:0;
$qstr.='&a='.urlencode($_REQUEST['a']);
}
$info=Format::htmlchars(($errors && $_POST)?$_POST:$info);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment