This commit is contained in:
Frédéric FRANCE 2023-04-18 20:49:27 +02:00
parent da8e1740bf
commit 1cb2a9afd1
2 changed files with 4 additions and 4 deletions

View File

@ -1732,8 +1732,8 @@ class BOMLine extends CommonObjectLine
*/ */
public $childBom = array(); public $childBom = array();
/* /**
* Service Workstation * @var int Service Workstation
*/ */
public $fk_default_workstation; public $fk_default_workstation;

View File

@ -1744,8 +1744,8 @@ class MoLine extends CommonObjectLine
public $import_key; public $import_key;
public $fk_parent_line; public $fk_parent_line;
/* /**
* Service Workstation * @var int Service Workstation
*/ */
public $fk_default_workstation; public $fk_default_workstation;