Fixing style errors.

This commit is contained in:
stickler-ci 2021-08-11 19:46:39 +00:00
parent 5b30cf3e77
commit 3c0601d1f9

View File

@ -68,7 +68,7 @@ if (!empty($conf->accounting->enabled)) {
require_once DOL_DOCUMENT_ROOT.'/accountancy/class/accountingaccount.class.php'; require_once DOL_DOCUMENT_ROOT.'/accountancy/class/accountingaccount.class.php';
} }
if (!empty($conf->bom->enabled)) { if (!empty($conf->bom->enabled)) {
require_once DOL_DOCUMENT_ROOT.'/bom/class/bom.class.php'; require_once DOL_DOCUMENT_ROOT.'/bom/class/bom.class.php';
} }
// Load translation files required by the page // Load translation files required by the page