Update create.php

This commit is contained in:
Laurent Destailleur 2019-07-18 17:23:52 +02:00 committed by GitHub
parent e548872133
commit b3182f65bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ $page = GETPOST("page",'int');
if (empty($page) || $page == -1) { $page = 0; } // If $page is not defined, or '' or -1
$offset = $limit * $page;
$hookmanager->initHooks(array('levycreatecard','globalcard'));
$hookmanager->initHooks(array('directdebitcreatecard','globalcard'));
/*