Fix(Scrutinizer) add public
This commit is contained in:
parent
06c092acc0
commit
73db58a700
@ -53,6 +53,11 @@ class Propal extends CommonObject
|
|||||||
{
|
{
|
||||||
use CommonIncoterm;
|
use CommonIncoterm;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string code
|
||||||
|
*/
|
||||||
|
public $code = "";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string ID to identify managed object
|
* @var string ID to identify managed object
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -31,6 +31,11 @@ require_once DOL_DOCUMENT_ROOT.'/core/class/commonincoterm.class.php';
|
|||||||
abstract class CommonOrder extends CommonObject
|
abstract class CommonOrder extends CommonObject
|
||||||
{
|
{
|
||||||
use CommonIncoterm;
|
use CommonIncoterm;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string code
|
||||||
|
*/
|
||||||
|
public $code = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -50,6 +50,11 @@ class Reception extends CommonObject
|
|||||||
{
|
{
|
||||||
use CommonIncoterm;
|
use CommonIncoterm;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string code
|
||||||
|
*/
|
||||||
|
public $code = "";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var string element name
|
* @var string element name
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user