Update don.class.php
This commit is contained in:
parent
70e451a886
commit
70fc33e8bb
@ -674,8 +674,10 @@ class Don extends CommonObject
|
|||||||
|
|
||||||
$this->id = $obj->rowid;
|
$this->id = $obj->rowid;
|
||||||
$this->ref = $obj->rowid;
|
$this->ref = $obj->rowid;
|
||||||
|
$this->date_creation = $this->db->jdate($obj->datec);
|
||||||
$this->datec = $this->db->jdate($obj->datec);
|
$this->datec = $this->db->jdate($obj->datec);
|
||||||
$this->date_valid = $this->db->jdate($obj->date_valid);
|
$this->date_validation = $this->db->jdate($obj->date_valid);
|
||||||
|
$this->date_modification = $this->db->jdate($obj->datem);
|
||||||
$this->datem = $this->db->jdate($obj->datem);
|
$this->datem = $this->db->jdate($obj->datem);
|
||||||
$this->date = $this->db->jdate($obj->datedon);
|
$this->date = $this->db->jdate($obj->datedon);
|
||||||
$this->socid = $obj->socid;
|
$this->socid = $obj->socid;
|
||||||
@ -690,7 +692,7 @@ class Don extends CommonObject
|
|||||||
$this->country_id = $obj->fk_country;
|
$this->country_id = $obj->fk_country;
|
||||||
$this->country_code = $obj->country_code;
|
$this->country_code = $obj->country_code;
|
||||||
$this->country = $obj->country;
|
$this->country = $obj->country;
|
||||||
$this->country_olddata= $obj->country_olddata; // deprecated
|
$this->country_olddata = $obj->country_olddata; // deprecated
|
||||||
$this->email = $obj->email;
|
$this->email = $obj->email;
|
||||||
$this->phone = $obj->phone;
|
$this->phone = $obj->phone;
|
||||||
$this->phone_mobile = $obj->phone_mobile;
|
$this->phone_mobile = $obj->phone_mobile;
|
||||||
@ -698,9 +700,9 @@ class Don extends CommonObject
|
|||||||
$this->fk_projet = $obj->fk_project; // deprecated
|
$this->fk_projet = $obj->fk_project; // deprecated
|
||||||
$this->fk_project = $obj->fk_project;
|
$this->fk_project = $obj->fk_project;
|
||||||
$this->public = $obj->public;
|
$this->public = $obj->public;
|
||||||
$this->modepaymentid = $obj->fk_payment;
|
$this->mode_reglement_id = $obj->fk_payment;
|
||||||
$this->modepaymentcode = $obj->payment_code;
|
$this->mode_reglement_code= $obj->payment_code;
|
||||||
$this->modepayment = $obj->payment_label;
|
$this->mode_reglement = $obj->payment_label;
|
||||||
$this->paid = $obj->paid;
|
$this->paid = $obj->paid;
|
||||||
$this->amount = $obj->amount;
|
$this->amount = $obj->amount;
|
||||||
$this->note_private = $obj->note_private;
|
$this->note_private = $obj->note_private;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user