All files must be lowercase

This commit is contained in:
Laurent Destailleur 2015-03-10 14:17:58 +01:00
parent b564b754fc
commit 209f8946d0
4 changed files with 7 additions and 7 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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)