All files must be lowercase
This commit is contained in:
parent
b564b754fc
commit
209f8946d0
@ -940,7 +940,7 @@ class Account extends CommonObject
|
|||||||
$langs->load("banks");
|
$langs->load("banks");
|
||||||
$now=dol_now();
|
$now=dol_now();
|
||||||
|
|
||||||
require_once DOL_DOCUMENT_ROOT.'/core/class/WorkboardResponse.class.php';
|
require_once DOL_DOCUMENT_ROOT.'/core/class/workboardresponse.class.php';
|
||||||
|
|
||||||
$response = new WorkboardResponse();
|
$response = new WorkboardResponse();
|
||||||
$response->warning_delay=$conf->bank->rappro->warning_delay/60/60/24;
|
$response->warning_delay=$conf->bank->rappro->warning_delay/60/60/24;
|
||||||
|
|||||||
@ -49,8 +49,8 @@ class WorkboardResponse
|
|||||||
public $url_late;
|
public $url_late;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Delay time to mark an item as late
|
* Delay time to mark an item as late. In number of days.
|
||||||
* @var int
|
* @var double
|
||||||
*/
|
*/
|
||||||
public $warning_delay;
|
public $warning_delay;
|
||||||
|
|
||||||
@ -311,7 +311,7 @@ print '</tr>'."\n";
|
|||||||
// Do not include sections without management permission
|
// Do not include sections without management permission
|
||||||
//
|
//
|
||||||
|
|
||||||
require DOL_DOCUMENT_ROOT.'/core/class/WorkboardResponse.class.php';
|
require DOL_DOCUMENT_ROOT.'/core/class/workboardresponse.class.php';
|
||||||
|
|
||||||
// Number of actions to do (late)
|
// Number of actions to do (late)
|
||||||
if (! empty($conf->agenda->enabled) && $user->rights->agenda->myactions->read)
|
if (! empty($conf->agenda->enabled) && $user->rights->agenda->myactions->read)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user