Skip to content
Snippets Groups Projects
Commit c99e730e authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: last try before asylum

parent 7bd18ba8
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
* \brief File that defines the balance of paid holiday of users.
*/
require 'common.inc.php';
include 'common.inc.php';
require_once DOL_DOCUMENT_ROOT. '/user/class/user.class.php';
// Protection if external user
......
......@@ -22,7 +22,7 @@
* \brief Form and file creation of paid holiday.
*/
require 'common.inc.php';
include 'common.inc.php';
require_once DOL_DOCUMENT_ROOT. '/core/class/html.form.class.php';
require_once DOL_DOCUMENT_ROOT. '/user/class/usergroup.class.php';
require_once DOL_DOCUMENT_ROOT. '/core/class/html.formfile.class.php';
......
......@@ -23,7 +23,7 @@
* \brief List of holiday.
*/
require 'common.inc.php';
include 'common.inc.php';
require_once DOL_DOCUMENT_ROOT. '/core/class/html.form.class.php';
require_once DOL_DOCUMENT_ROOT. '/core/class/html.formother.class.php';
require_once DOL_DOCUMENT_ROOT. '/user/class/user.class.php';
......
......@@ -22,7 +22,7 @@
* \brief Monthly report of paid holiday.
*/
require 'common.inc.php';
include 'common.inc.php';
require_once DOL_DOCUMENT_ROOT.'/user/class/user.class.php';
require_once DOL_DOCUMENT_ROOT.'/core/class/html.form.class.php';
require_once DOL_DOCUMENT_ROOT.'/core/class/html.formother.class.php';
......
......@@ -23,7 +23,7 @@
* \ingroup holiday
*/
require 'common.inc.php';
include 'common.inc.php';
require_once DOL_DOCUMENT_ROOT. '/user/class/user.class.php';
// Protection if external user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment