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;