Update fournisseur.commande.class.php
This commit is contained in:
parent
1abef27a1a
commit
4ef4792469
@ -121,7 +121,7 @@ class CommandeFournisseur extends CommonOrder
|
||||
public $date_livraison;
|
||||
|
||||
/**
|
||||
* Delivery date
|
||||
* @var int Date expected for delivery
|
||||
*/
|
||||
public $delivery_date;
|
||||
|
||||
@ -132,16 +132,6 @@ class CommandeFournisseur extends CommonOrder
|
||||
public $total_ttc;
|
||||
public $source;
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
* @see $note_private, $note_public
|
||||
*/
|
||||
public $note;
|
||||
|
||||
public $note_private;
|
||||
public $note_public;
|
||||
public $model_pdf;
|
||||
|
||||
/**
|
||||
* @var int ID
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user