Skip to content

Commit

Permalink
fix : Class Contact not found in htdocs/core/lib/company.lib.php on l…
Browse files Browse the repository at this point in the history
…ine 1496
  • Loading branch information
grandoc committed Sep 3, 2018
1 parent 7a0c194 commit 4fba7cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/core/lib/company.lib.php
Expand Up @@ -1488,6 +1488,7 @@ function show_actions_done($conf, $langs, $db, $filterobj, $objcon='', $noprint=
require_once DOL_DOCUMENT_ROOT.'/comm/action/class/actioncomm.class.php';
include_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
require_once DOL_DOCUMENT_ROOT.'/core/class/html.formactions.class.php';
require_once DOL_DOCUMENT_ROOT.'/contact/class/contact.class.php';

$formactions=new FormActions($db);

Expand Down

0 comments on commit 4fba7cd

Please sign in to comment.