Fix: last try before asylum
This commit is contained in:
parent
7bd18ba840
commit
c99e730e0c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user