scrutinizer on product/stock/stocktransfer/class/stocktransfer.class.php: var ref_client undefined on object, so added it and added also ref_customer because ref_client is deprecated
This commit is contained in:
parent
da10379090
commit
9cdcac7c1c
@ -57,6 +57,19 @@ class StockTransfer extends CommonObject
|
||||
*/
|
||||
public $isextrafieldmanaged = 1;
|
||||
|
||||
/**
|
||||
* @var string Customer ref
|
||||
* @deprecated
|
||||
* @see $ref_customer
|
||||
*/
|
||||
public $ref_client;
|
||||
|
||||
/**
|
||||
* @var string Customer ref
|
||||
*/
|
||||
public $ref_customer;
|
||||
|
||||
|
||||
/**
|
||||
* @var string String with name of icon for stocktransfer. Must be the part after the 'object_' into object_stocktransfer.png
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user