FIX #8571
This commit is contained in:
parent
2bbde44f63
commit
f7bb781b42
@ -102,6 +102,7 @@ class PaiementFourn extends Paiement
|
|||||||
$this->ref = $obj->ref;
|
$this->ref = $obj->ref;
|
||||||
$this->entity = $obj->entity;
|
$this->entity = $obj->entity;
|
||||||
$this->date = $this->db->jdate($obj->dp);
|
$this->date = $this->db->jdate($obj->dp);
|
||||||
|
$this->datepaye = $this->db->jdate($obj->dp);
|
||||||
$this->numero = $obj->num_paiement;
|
$this->numero = $obj->num_paiement;
|
||||||
$this->bank_account = $obj->fk_account;
|
$this->bank_account = $obj->fk_account;
|
||||||
$this->bank_line = $obj->fk_bank;
|
$this->bank_line = $obj->fk_bank;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user