2
0
forked from Wavyzz/dolibarr

Standardize and update code

This commit is contained in:
Philippe GRAND
2018-08-23 17:07:27 +02:00
parent 74ce0bfea6
commit 2fa82edd39
25 changed files with 103 additions and 12 deletions

View File

@@ -42,7 +42,10 @@ require_once DOL_DOCUMENT_ROOT .'/multicurrency/class/multicurrency.class.php';
*/
class Commande extends CommonOrder
{
public $element='commande';
/**
* @var string ID to identify managed object
*/
public $element='commande';
/**
* @var string Name of table without prefix where object is stored
@@ -3784,7 +3787,11 @@ class Commande extends CommonOrder
*/
class OrderLine extends CommonOrderLine
{
/**
* @var string ID to identify managed object
*/
public $element='commandedet';
public $table_element='commandedet';
var $oldline;