diff --git a/htdocs/commande/class/commande.class.php b/htdocs/commande/class/commande.class.php index 4a2c47042b0..733eb27ff21 100644 --- a/htdocs/commande/class/commande.class.php +++ b/htdocs/commande/class/commande.class.php @@ -124,11 +124,6 @@ class Commande extends CommonOrder */ public $billed; - /** - * @var int Draft Status of the order - */ - public $brouillon; - /** * @var string Condition payment code */ diff --git a/htdocs/compta/facture/class/facture-rec.class.php b/htdocs/compta/facture/class/facture-rec.class.php index 930e2cfe5d9..d6c1df26aa9 100644 --- a/htdocs/compta/facture/class/facture-rec.class.php +++ b/htdocs/compta/facture/class/facture-rec.class.php @@ -136,12 +136,6 @@ class FactureRec extends CommonInvoice public $auto_validate; // 0 to create in draft, 1 to create and validate the new invoice public $generate_pdf; // 1 to generate PDF on invoice generation (default) - /** - * @var int 1 if status is draft - * @deprecated - */ - public $brouillon; - /** * 'type' if the field format ('integer', 'integer:ObjectClass:PathToClass[:AddCreateButtonOrNot[:Filter]]', 'varchar(x)', 'double(24,8)', 'real', 'price', 'text', 'html', 'date', 'datetime', 'timestamp', 'duration', 'mail', 'phone', 'url', 'password') diff --git a/htdocs/compta/facture/class/facture.class.php b/htdocs/compta/facture/class/facture.class.php index 83e4cb811d7..4f1651cd199 100644 --- a/htdocs/compta/facture/class/facture.class.php +++ b/htdocs/compta/facture/class/facture.class.php @@ -101,12 +101,6 @@ class Facture extends CommonInvoice */ protected $table_ref_field = 'ref'; - /** - * @var int 1 if status is draft - * @deprecated - */ - public $brouillon; - /** * @var int thirdparty ID */ diff --git a/htdocs/expedition/class/expedition.class.php b/htdocs/expedition/class/expedition.class.php index 35edefea312..0392bc8c4eb 100644 --- a/htdocs/expedition/class/expedition.class.php +++ b/htdocs/expedition/class/expedition.class.php @@ -114,8 +114,6 @@ class Expedition extends CommonObject */ public $ref_customer; - public $brouillon; - /** * @var int warehouse id */ diff --git a/htdocs/fourn/class/fournisseur.commande.class.php b/htdocs/fourn/class/fournisseur.commande.class.php index 57a932ebbe5..9d9063db7e2 100644 --- a/htdocs/fourn/class/fournisseur.commande.class.php +++ b/htdocs/fourn/class/fournisseur.commande.class.php @@ -112,7 +112,6 @@ class CommandeFournisseur extends CommonOrder */ public $ref_fourn; - public $brouillon; /** * @var int */ diff --git a/htdocs/reception/class/reception.class.php b/htdocs/reception/class/reception.class.php index 419e747d7e7..d64cfcdd28c 100644 --- a/htdocs/reception/class/reception.class.php +++ b/htdocs/reception/class/reception.class.php @@ -77,7 +77,6 @@ class Reception extends CommonObject public $socid; public $ref_supplier; - public $brouillon; public $entrepot_id; public $tracking_number; public $tracking_url;