Merge pull request #2515 from frederic34/patch-11

Correction warning delay workboard propal
This commit is contained in:
Laurent Destailleur 2015-04-02 11:45:57 +02:00
commit c5d81193a2

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");