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();
|
public $childBom = array();
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Service Workstation
|
||||||
|
*/
|
||||||
|
public $fk_default_workstation;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
|
|||||||
@ -1744,6 +1744,11 @@ class MoLine extends CommonObjectLine
|
|||||||
public $import_key;
|
public $import_key;
|
||||||
public $fk_parent_line;
|
public $fk_parent_line;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Service Workstation
|
||||||
|
*/
|
||||||
|
public $fk_default_workstation;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user