Skip to content

Commit

Permalink
FIX #32021
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 21, 2024
1 parent 1fea6d6 commit 63073f7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions htdocs/recruitment/class/recruitmentcandidature.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,22 @@
*/

/**
* \file class/recruitmentcandidature.class.php
* \file recruitment/class/recruitmentcandidature.class.php
* \ingroup recruitment
* \brief This file is a CRUD class file for RecruitmentCandidature (Create/Read/Update/Delete)
*/

// Put here all includes required by your class file
require_once DOL_DOCUMENT_ROOT.'/core/class/commonobject.class.php';
//require_once DOL_DOCUMENT_ROOT . '/societe/class/societe.class.php';
//require_once DOL_DOCUMENT_ROOT . '/product/class/product.class.php';
require_once DOL_DOCUMENT_ROOT.'/core/class/commonpeople.class.php';

/**
* Class for RecruitmentCandidature
*/
class RecruitmentCandidature extends CommonObject
{
use CommonPeople;

/**
* @var string ID of module.
*/
Expand Down

0 comments on commit 63073f7

Please sign in to comment.