Fix scrutinizer

This commit is contained in:
Laurent Destailleur 2020-04-13 13:23:28 +02:00
parent f69aaa242b
commit 3424c33af1

View File

@ -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;