Merge pull request #22486 from DethCount/patch-2

Bugfix class Expedition not found
This commit is contained in:
Laurent Destailleur 2022-10-06 11:53:12 +02:00 committed by GitHub
commit a0b8ae3b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,9 @@ if (isModEnabled('deplacement')) {
if (isModEnabled('agenda')) {
require_once DOL_DOCUMENT_ROOT.'/comm/action/class/actioncomm.class.php';
}
if (isModEnabled('expedition')) {
require_once DOL_DOCUMENT_ROOT.'/expedition/class/expedition.class.php';
}
/**
* Class to build documents using ODF templates generator