瀏覽代碼

Merge pull request #20967 from grandoc/new_branch_21_05_2022_02

New branch 21 05 2022 02
Laurent Destailleur 3 年之前
父節點
當前提交
0713c27a5d

+ 10 - 0
htdocs/compta/paiement/class/paiement.class.php

@@ -109,6 +109,16 @@ class Paiement extends CommonObject
 	 */
 	public $ext_payment_id;
 
+	/**
+	 * @var string Id of prelevement
+	 */
+	public $id_prelevement;
+
+	/**
+	 * @var string num_prelevement
+	 */
+	public $num_prelevement;
+
 	/**
 	 * @var string Name of external payment mode
 	 */

+ 9 - 0
htdocs/fourn/class/paiementfourn.class.php

@@ -67,6 +67,15 @@ class PaiementFourn extends Paiement
 	 */
 	public $type_code;
 
+	/**
+	 * @var string Id of prelevement
+	 */
+	public $id_prelevement;
+
+	/**
+	 * @var string num_prelevement
+	 */
+	public $num_prelevement;
 
 
 	/**

+ 22 - 0
htdocs/societe/class/societe.class.php

@@ -408,18 +408,40 @@ class Societe extends CommonObject
 	 */
 	public $idprof1;
 
+	/**
+	 * @var string Professional ID 1
+	 * @deprecated
+	 * @see $idprof1
+	 */
+	public $siren;
+
+
 	/**
 	 * Professional ID 2 (Ex: Siret in France)
 	 * @var string
 	 */
 	public $idprof2;
 
+	/**
+	 * @var string Professional ID 2
+	 * @deprecated
+	 * @see $idprof2
+	 */
+	public $siret;
+
 	/**
 	 * Professional ID 3 (Ex: Ape in France)
 	 * @var string
 	 */
 	public $idprof3;
 
+	/**
+	 * @var string Professional ID 3
+	 * @deprecated
+	 * @see $idprof3
+	 */
+	public $ape;
+
 	/**
 	 * Professional ID 4 (Ex: RCS in France)
 	 * @var string