Skip to content

Commit

Permalink
Fix class not found
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 27, 2018
1 parent 64dd643 commit ee4fcba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/accountancy/bookkeeping/balance.php
Expand Up @@ -28,7 +28,9 @@

// Class
require_once DOL_DOCUMENT_ROOT . '/core/lib/accounting.lib.php';
require_once DOL_DOCUMENT_ROOT . '/core/lib/date.lib.php';
require_once DOL_DOCUMENT_ROOT . '/accountancy/class/bookkeeping.class.php';
require_once DOL_DOCUMENT_ROOT . '/accountancy/class/accountancyexport.class.php';
require_once DOL_DOCUMENT_ROOT . '/core/class/html.formaccounting.class.php';
require_once DOL_DOCUMENT_ROOT . '/core/class/html.formother.class.php';

Expand Down

0 comments on commit ee4fcba

Please sign in to comment.