mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 08:02:22 +01:00
[task #216] Move lib in core directory
This commit is contained in:
@@ -52,7 +52,7 @@ abstract class ModelePDFCommandes extends CommonDocGenerator
|
||||
$type='order';
|
||||
$liste=array();
|
||||
|
||||
include_once(DOL_DOCUMENT_ROOT.'/lib/functions2.lib.php');
|
||||
include_once(DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php');
|
||||
$liste=getListOfModels($db,$type,'');
|
||||
|
||||
return $liste;
|
||||
|
||||
Reference in New Issue
Block a user