This commit is contained in:
Laurent Destailleur 2011-12-28 17:34:17 +01:00
parent 498c1b1b41
commit 26ffc4180d

View File

@ -80,10 +80,7 @@ class Societe extends CommonObject
var $barcode_type_label; // label (loaded by fetch_barcode)
var $barcode_type_coder; // coder (loaded by fetch_barcode)
// 4 identifiants professionnels (leur utilisation depend du pays)
var $siren; // IdProf1 - Deprecated
var $siret; // IdProf2 - Deprecated
var $ape; // IdProf3 - Deprecated
// 4 professional id (usage depend on country)
var $idprof1; // IdProf1
var $idprof2; // IdProf2
var $idprof3; // IdProf3