From 3424c33af141aea59789ed3f9d7cb2ed05b1815f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 13 Apr 2020 13:23:28 +0200 Subject: [PATCH] Fix scrutinizer --- htdocs/ticket/class/ticket.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/ticket/class/ticket.class.php b/htdocs/ticket/class/ticket.class.php index 8ee299f6f78..3dd7d67946b 100644 --- a/htdocs/ticket/class/ticket.class.php +++ b/htdocs/ticket/class/ticket.class.php @@ -2826,7 +2826,7 @@ class Ticket extends CommonObject } $response = new WorkboardResponse(); - $response->warning_delay = $delay_warning / 60 / 60 / 24; + //$response->warning_delay = $delay_warning / 60 / 60 / 24; $response->label = $label; $response->labelShort = $labelShort; $response->url = DOL_URL_ROOT.'/ticket/list.php?search_fk_statut[]='.$status;