forked from Wavyzz/dolibarr
Try to avoid phpunit errors
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
* \brief Common load of data
|
||||
*/
|
||||
|
||||
require '../main.inc.php' ;
|
||||
require '../main.inc.php';
|
||||
require DOL_DOCUMENT_ROOT. '/holiday/class/holiday.class.php';
|
||||
|
||||
$langs->load("user");
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
* \file define_holiday.php
|
||||
* \ingroup holiday
|
||||
* \brief File that defines the balance of paid holiday of users.
|
||||
* \author dmouillard@teclib.com <Dimitri Mouillard>
|
||||
*/
|
||||
|
||||
require DOL_DOCUMENT_ROOT. '/holiday/common.inc.php';
|
||||
|
||||
Reference in New Issue
Block a user