forked from Wavyzz/dolibarr
Fixing style errors.
This commit is contained in:
@@ -139,7 +139,7 @@ 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) {
|
||||
$workflowcodes = array_filter($workflowcodes, function ($var) {
|
||||
return $var['enabled']; });
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user