diff --git a/application/Espo/Services/Stream.php b/application/Espo/Services/Stream.php index ee4af11b2f..7ae8264197 100644 --- a/application/Espo/Services/Stream.php +++ b/application/Espo/Services/Stream.php @@ -33,7 +33,7 @@ class Stream extends \Espo\Core\Services\Base ), ), 'Opportunity' => array( - 'field' => 'status', + 'field' => 'stage', 'style' => array( 'Closed Won' => 'success', 'Closed Lost' => 'danger',