Fix scrutinizer

This commit is contained in:
Maxime Kohlhaas 2022-05-22 00:39:57 +02:00
parent 266a4b2891
commit fb776e2a96

View File

@ -150,6 +150,12 @@ class MyObject extends CommonObject
*/
public $amount;
/**
* @var int Thirdparty ID
*/
public $socid; // both socid and fk_soc are used
public $fk_soc; // both socid and fk_soc are used
/**
* @var int Status
*/