From 59faccbc60b4636933d675ca6467acedc5161fa8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 5 Feb 2021 00:34:15 +0100 Subject: [PATCH] Load note_private --- htdocs/compta/paiement/class/paiement.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/compta/paiement/class/paiement.class.php b/htdocs/compta/paiement/class/paiement.class.php index 2c897968320..fcc27276628 100644 --- a/htdocs/compta/paiement/class/paiement.class.php +++ b/htdocs/compta/paiement/class/paiement.class.php @@ -192,6 +192,7 @@ class Paiement extends CommonObject $this->amount = $obj->amount; $this->multicurrency_amount = $obj->multicurrency_amount; $this->note = $obj->note; + $this->note_private = $obj->note; $this->type_label = $obj->type_label; $this->type_code = $obj->type_code; $this->statut = $obj->statut;