2
0
forked from Wavyzz/dolibarr

Fixing style errors.

This commit is contained in:
stickler-ci
2020-09-11 12:26:14 +00:00
parent 0a0eed289e
commit 97e74642ce

View File

@@ -139,7 +139,8 @@ if (!empty($conf->modules_parts['workflow']) && is_array($conf->modules_parts['w
}
// remove not available workflows (based on activated modules and global defined keys)
$workflowcodes = array_filter($workflowcodes, function ($var) { return $var['enabled']; });
$workflowcodes = array_filter($workflowcodes, function ($var) {
return $var['enabled']; });
/*
* View