Correction warning delay workboard propal

This commit is contained in:
Frédéric FRANCE 2015-03-31 18:51:24 +02:00
parent 39d0c15c15
commit 46af2caba1

View File

@ -2415,7 +2415,7 @@ class Propal extends CommonObject
}
$response = new WorkboardResponse();
$response->warning_delay = $delay_warning;
$response->warning_delay = $delay_warning/60/60/24;
$response->label = $label;
$response->url = DOL_URL_ROOT.'/comm/propal/list.php?viewstatut='.$statut;
$response->img = img_object($langs->trans("Propals"),"propal");