2
0
forked from Wavyzz/dolibarr

move discount.class.php to core directory

This commit is contained in:
Philippe Grand
2010-04-13 14:30:11 +00:00
parent e5a5c2ae98
commit 84f8a18a72
14 changed files with 18 additions and 18 deletions

View File

@@ -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();