forked from Wavyzz/dolibarr
move discount.class.php to core directory
This commit is contained in:
@@ -1108,7 +1108,7 @@ class Commande extends CommonObject
|
||||
global $langs;
|
||||
|
||||
include_once(DOL_DOCUMENT_ROOT.'/lib/price.lib.php');
|
||||
include_once(DOL_DOCUMENT_ROOT.'/discount.class.php');
|
||||
include_once(DOL_DOCUMENT_ROOT.'/core/discount.class.php');
|
||||
|
||||
$this->db->begin();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user