[Dolibarr-dev] Duplicated vars in Societe class

2014-05-04 Par sujet Marcos García
Hi all: I have been checking the Societe class and I noticed 2 variables that do the same. None of them are marked as deprecated, that's why I am asking you to tell. Societe::datec: set in line 947 ($this->db->jdate($obj->datec) Societe::date_creation: set in line 2519 ($this->date_creation =

Re: [Dolibarr-dev] Duplicated vars in Societe class

2014-05-04 Par sujet Destailleur Laurent
Thanks for feedback. datea was a field we should not used. I have cleaned this with a commit. 2014-05-04 11:26 GMT+02:00 Marcos García : > Hi all: > > I have been checking the Societe class and I noticed 2 variables that do > the same. None of them are marked as deprecated, that's why I am ask