2
0
forked from Wavyzz/dolibarr

Fix: add commonorder and commoninvoice classes

This commit is contained in:
Regis Houssin
2012-07-11 18:13:41 +02:00
parent e18d3c6e18
commit e1b0d183e4
20 changed files with 484 additions and 386 deletions

View File

@@ -25,7 +25,7 @@
* \ingroup commande
* \brief Fichier des classes de commandes
*/
require_once(DOL_DOCUMENT_ROOT."/core/class/commonobject.class.php");
include_once(DOL_DOCUMENT_ROOT."/core/class/commonorder.class.php");
require_once(DOL_DOCUMENT_ROOT."/product/class/product.class.php");
@@ -33,7 +33,7 @@ require_once(DOL_DOCUMENT_ROOT."/product/class/product.class.php");
* \class Commande
* \brief Class to manage customers orders
*/
class Commande extends CommonObject
class Commande extends CommonOrder
{
public $element='commande';
public $table_element='commande';