Skip to content

Commit

Permalink
Fix missing lib
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 17, 2018
1 parent 969aea9 commit cecb0f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/compta/sociales/card.php
Expand Up @@ -29,6 +29,7 @@
require_once DOL_DOCUMENT_ROOT.'/compta/sociales/class/chargesociales.class.php';
require_once DOL_DOCUMENT_ROOT.'/core/class/html.formsocialcontrib.class.php';
require_once DOL_DOCUMENT_ROOT.'/core/lib/tax.lib.php';
require_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
if (! empty($conf->projet->enabled))
{
require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
Expand Down

0 comments on commit cecb0f8

Please sign in to comment.