Add field on class "fk_default_workstation"

This commit is contained in:
x 2023-04-18 11:01:57 +02:00
parent 939d5cc322
commit 5ce5559ee5
2 changed files with 11 additions and 0 deletions

View File

@ -1732,6 +1732,12 @@ class BOMLine extends CommonObjectLine
*/
public $childBom = array();
/*
* Service Workstation
*/
public $fk_default_workstation;
/**
* Constructor

View File

@ -1744,6 +1744,11 @@ class MoLine extends CommonObjectLine
public $import_key;
public $fk_parent_line;
/*
* Service Workstation
*/
public $fk_default_workstation;
/**
* Constructor
*