Fix scrutinizer
This commit is contained in:
parent
f69aaa242b
commit
3424c33af1
@ -2826,7 +2826,7 @@ class Ticket extends CommonObject
|
|||||||
}
|
}
|
||||||
|
|
||||||
$response = new WorkboardResponse();
|
$response = new WorkboardResponse();
|
||||||
$response->warning_delay = $delay_warning / 60 / 60 / 24;
|
//$response->warning_delay = $delay_warning / 60 / 60 / 24;
|
||||||
$response->label = $label;
|
$response->label = $label;
|
||||||
$response->labelShort = $labelShort;
|
$response->labelShort = $labelShort;
|
||||||
$response->url = DOL_URL_ROOT.'/ticket/list.php?search_fk_statut[]='.$status;
|
$response->url = DOL_URL_ROOT.'/ticket/list.php?search_fk_statut[]='.$status;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user