Fix warning

This commit is contained in:
Laurent Destailleur 2022-05-31 14:20:59 +02:00
parent a7155676af
commit 0b9d4de20d
2 changed files with 4 additions and 0 deletions

View File

@ -1301,6 +1301,7 @@ class BOMLine extends CommonObjectLine
*/
public $childBom = array();
/**
* Constructor
*

View File

@ -77,6 +77,9 @@ abstract class CommonObjectLine extends CommonObject
public $multilangs;
public $product_type; // type in line
public $fk_product; // product id in line (when line is linked to a product)
public $product; // To store full product object after a fetch_product() on a line
public $product_ref; // ref in product table
public $product_label; // label in product table
public $product_desc; // desc in product table