Fixing style errors.

This commit is contained in:
stickler-ci
2021-07-09 16:41:41 +00:00
parent e45d5c1d0d
commit 4272f93aa4
30 changed files with 65 additions and 65 deletions

View File

@@ -66,10 +66,10 @@ $permissionnote = $user->rights->commande->creer; // Used by the include of acti
*/
$reshook = $hookmanager->executeHooks('doActions', array(), $object, $action); // Note that $action and $object may have been modified by some hooks
if ($reshook < 0)
if ($reshook < 0)
setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
if (empty($reshook))
if (empty($reshook))
include DOL_DOCUMENT_ROOT.'/core/actions_setnotes.inc.php'; // Must be include, not include_once