Code comment

This commit is contained in:
Laurent Destailleur 2019-01-12 01:22:08 +01:00
parent 2040ca1141
commit 19be47dbf7

View File

@ -450,7 +450,7 @@ class Paiement extends CommonObject
} }
} }
if (! $error) if (! $error) // All payments into $this->amounts were recorded without errors
{ {
// Appel des triggers // Appel des triggers
$result=$this->call_trigger('PAYMENT_CUSTOMER_CREATE', $user); $result=$this->call_trigger('PAYMENT_CUSTOMER_CREATE', $user);