diff --git a/htdocs/compta/paiement/class/paiement.class.php b/htdocs/compta/paiement/class/paiement.class.php index f367b3738ac..c4cb529d895 100644 --- a/htdocs/compta/paiement/class/paiement.class.php +++ b/htdocs/compta/paiement/class/paiement.class.php @@ -450,7 +450,7 @@ class Paiement extends CommonObject } } - if (! $error) + if (! $error) // All payments into $this->amounts were recorded without errors { // Appel des triggers $result=$this->call_trigger('PAYMENT_CUSTOMER_CREATE', $user);