Merge pull request #2515 from frederic34/patch-11
Correction warning delay workboard propal
This commit is contained in:
commit
c5d81193a2
@ -2415,7 +2415,7 @@ class Propal extends CommonObject
|
|||||||
}
|
}
|
||||||
|
|
||||||
$response = new WorkboardResponse();
|
$response = new WorkboardResponse();
|
||||||
$response->warning_delay = $delay_warning;
|
$response->warning_delay = $delay_warning/60/60/24;
|
||||||
$response->label = $label;
|
$response->label = $label;
|
||||||
$response->url = DOL_URL_ROOT.'/comm/propal/list.php?viewstatut='.$statut;
|
$response->url = DOL_URL_ROOT.'/comm/propal/list.php?viewstatut='.$statut;
|
||||||
$response->img = img_object($langs->trans("Propals"),"propal");
|
$response->img = img_object($langs->trans("Propals"),"propal");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user