Merge pull request #22486 from DethCount/patch-2
Bugfix class Expedition not found
This commit is contained in:
commit
a0b8ae3b77
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user