Update bonprelevement.class.php

This commit is contained in:
Laurent Destailleur 2019-09-30 18:47:18 +02:00 committed by GitHub
parent 9d5b84ec44
commit cff8f582e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1119,7 +1119,7 @@ class BonPrelevement extends CommonObject
if (! $error && ! $notrigger) if (! $error && ! $notrigger)
{ {
// Call trigger // Call trigger
$result=$this->call_trigger('BON_PRELEVEMENT_CREATE', $user); $result=$this->call_trigger('DIRECT_DEBIT_ORDER_CREATE', $user);
if ($result < 0) $error++; if ($result < 0) $error++;
// End call triggers // End call triggers
} }