From 19be47dbf716f848842176ec7daed13d385c0285 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 12 Jan 2019 01:22:08 +0100 Subject: [PATCH] Code comment --- htdocs/compta/paiement/class/paiement.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);