From 27ee03eafaafbe41162af9ad8948f46a08dc2338 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 20 Jan 2014 16:41:54 +0200 Subject: [PATCH] fix --- application/Espo/Services/Stream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',