Fix phpcs
This commit is contained in:
parent
c6c7cbf208
commit
6db640d0d0
@ -68,7 +68,7 @@ if (!empty($conf->global->PROJECT_USE_OPPORTUNITIES))
|
||||
|
||||
$listofstatus = array_keys($listofoppstatus);
|
||||
// Complete with values found into database and not into the dictionary
|
||||
foreach($valsamount as $key => $val) {
|
||||
foreach ($valsamount as $key => $val) {
|
||||
if (!in_array($key, $listofstatus)) {
|
||||
$listofstatus[] = $key;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user