Add field on class "fk_default_workstation"
This commit is contained in:
parent
939d5cc322
commit
5ce5559ee5
@ -1732,6 +1732,12 @@ class BOMLine extends CommonObjectLine
|
||||
*/
|
||||
public $childBom = array();
|
||||
|
||||
/*
|
||||
* Service Workstation
|
||||
*/
|
||||
public $fk_default_workstation;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
|
||||
@ -1744,6 +1744,11 @@ class MoLine extends CommonObjectLine
|
||||
public $import_key;
|
||||
public $fk_parent_line;
|
||||
|
||||
/*
|
||||
* Service Workstation
|
||||
*/
|
||||
public $fk_default_workstation;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user