Merge pull request #4004 from marcosgdf/bug-3992
FIX #3992 CommandeFournisseur::ref is marked as deprecated and it shouldn't be
This commit is contained in:
commit
76eeb0d2f1
@ -53,12 +53,10 @@ class CommandeFournisseur extends CommonOrder
|
|||||||
var $id;
|
var $id;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TODO: Remove
|
* Supplier invoice reference
|
||||||
* @deprecated
|
* @var string
|
||||||
* @see product_ref
|
|
||||||
*/
|
*/
|
||||||
var $ref;
|
var $ref;
|
||||||
var $product_ref;
|
|
||||||
var $ref_supplier;
|
var $ref_supplier;
|
||||||
var $brouillon;
|
var $brouillon;
|
||||||
var $statut; // 0=Draft -> 1=Validated -> 2=Approved -> 3=Process runing -> 4=Received partially -> 5=Received totally -> (reopen) 4=Received partially
|
var $statut; // 0=Draft -> 1=Validated -> 2=Approved -> 3=Process runing -> 4=Received partially -> 5=Received totally -> (reopen) 4=Received partially
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user