2
0
forked from Wavyzz/dolibarr

Update and standardize code

This commit is contained in:
Philippe GRAND
2018-08-22 18:48:53 +02:00
parent 504b0e3d16
commit 06da7f54a2
23 changed files with 144 additions and 16 deletions

View File

@@ -41,7 +41,12 @@ class Livraison extends CommonObject
{
public $element="delivery";
public $fk_element="fk_livraison";
/**
* @var string Name of table without prefix where object is stored
*/
public $table_element="livraison";
public $table_element_line="livraisondet";
var $brouillon;
@@ -1091,6 +1096,10 @@ class LivraisonLigne extends CommonObjectLine
public $product_label;
public $element='livraisondet';
/**
* @var string Name of table without prefix where object is stored
*/
public $table_element='livraisondet';
/**