Fix missing var
This commit is contained in:
parent
317e28ff6f
commit
f27a49d30c
@ -137,7 +137,8 @@ class Facture extends CommonInvoice
|
||||
/**
|
||||
* @var string customer ref
|
||||
*/
|
||||
public $ref_client;
|
||||
public $ref_client; // deprecated; use ref_customer instead
|
||||
public $ref_customer;
|
||||
|
||||
/**
|
||||
* @var int Ref Int
|
||||
|
||||
Loading…
Reference in New Issue
Block a user