From f7bb781b42ff2d91544502160f919f79238e1e7b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 13 Apr 2018 00:43:15 +0200 Subject: [PATCH] FIX #8571 --- htdocs/fourn/class/paiementfourn.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/fourn/class/paiementfourn.class.php b/htdocs/fourn/class/paiementfourn.class.php index fc917e112f7..ea979cd607d 100644 --- a/htdocs/fourn/class/paiementfourn.class.php +++ b/htdocs/fourn/class/paiementfourn.class.php @@ -102,6 +102,7 @@ class PaiementFourn extends Paiement $this->ref = $obj->ref; $this->entity = $obj->entity; $this->date = $this->db->jdate($obj->dp); + $this->datepaye = $this->db->jdate($obj->dp); $this->numero = $obj->num_paiement; $this->bank_account = $obj->fk_account; $this->bank_line = $obj->fk_bank;