Skip to content

Commit

Permalink
Merge pull request #1309 from csalvador/develop-formcontract-include
Browse files Browse the repository at this point in the history
included the FormContract class to avoid fatal error
  • Loading branch information
eldy committed Nov 19, 2013
2 parents 0f9f610 + c885389 commit 25bbe82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/fichinter/fiche.php
Expand Up @@ -31,6 +31,7 @@
require_once DOL_DOCUMENT_ROOT.'/core/modules/fichinter/modules_fichinter.php';
require_once DOL_DOCUMENT_ROOT.'/core/lib/fichinter.lib.php';
require_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php';
require_once DOL_DOCUMENT_ROOT . '/core/class/html.formcontract.class.php';

if (! empty($conf->projet->enabled))
{
Expand Down

0 comments on commit 25bbe82

Please sign in to comment.