mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
[task #217] Move core files in core directory
This commit is contained in:
@@ -126,7 +126,7 @@ class Commande extends CommonObject
|
||||
global $db, $langs, $conf;
|
||||
$langs->load("order");
|
||||
|
||||
$dir = DOL_DOCUMENT_ROOT . "/includes/modules/commande";
|
||||
$dir = DOL_DOCUMENT_ROOT . "/core/modules/commande";
|
||||
|
||||
if (! empty($conf->global->COMMANDE_ADDON))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user