diff --git a/compose/common/config.d/plugins.php b/compose/common/config.d/plugins.php index 758548d..61039ea 100644 --- a/compose/common/config.d/plugins.php +++ b/compose/common/config.d/plugins.php @@ -473,6 +473,15 @@ 'MULHER PROVEDORA DE FAMÍLIA MONOPARENTAL:' => 1573, ] ] - ] + ], + "AbstractValidator" => [ + "namespace" => "AbstractValidator", + "config" => [ + "is_opportunity_managed_handler" => function ($opportunity) { + $opportunityList = ['820', '821', '822', '823', '825', '826', '827', '840', '841', '842', '843']; + return in_array($opportunity->id, $opportunityList) ? true : false; + }, + ] + ], ] ];