Skip to content

Commit

Permalink
Remove the private fields for the old module names
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Sep 13, 2024
1 parent 4f0e4f9 commit ef44dba
Showing 1 changed file with 0 additions and 74 deletions.
74 changes: 0 additions & 74 deletions htdocs/core/class/conf.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,25 +168,11 @@ class Conf extends stdClass
*/
public $product;

/**
* @var stdClass
* @deprecated Use $product
* @see $product
*/
private $produit;

/**
* @var stdClass
*/
public $service;

/**
* @var stdClass
* @deprecated Use $contract
* @see $contract
*/
private $contrat;

/**
* @var stdClass
*/
Expand All @@ -202,13 +188,6 @@ class Conf extends stdClass
*/
public $agenda;

/**
* @var stdClass
* @deprecated Use $order
* @see $order
*/
private $commande;

/**
* @var stdClass
*/
Expand All @@ -219,14 +198,6 @@ class Conf extends stdClass
*/
public $order;

/**
* @var stdClass
* @deprecated Use $invoice
* @see $invoice
*/
private $facture;


/**
* @var stdClass
*/
Expand All @@ -237,14 +208,6 @@ class Conf extends stdClass
*/
public $user;

/**
* @var stdClass
* @deprecated Use $member
* @see $member
*/
private $adherent;


/**
* @var stdClass
*/
Expand All @@ -270,14 +233,6 @@ class Conf extends stdClass
*/
public $productbatch;

/**
* @var stdClass
* @deprecated Use $project
* @see $project
*/
private $projet;


/**
* @var stdClass
*/
Expand All @@ -303,35 +258,6 @@ class Conf extends stdClass
*/
public $category;

/**
* @var stdClass
* @deprecated Use $category
* @see $category
*/
private $categorie;

/**
* @var stdClass
* @deprecated Use $supplier_proposal
* @see $supplier_proposal
*/
private $supplierproposal;

/**
* @var stdClass
* @deprecated Use $delivery_note
* @see $delivery_note
*/
private $expedition;

/**
* @var stdClass
* @deprecated Use $bank
* @see $bank
*/
private $banque;


/**
* Constructor
*/
Expand Down

0 comments on commit ef44dba

Please sign in to comment.