From b9b6752e83c701cc67241923d2b74dc3a963d243 Mon Sep 17 00:00:00 2001
From: LYW <leeyeanwoo@diteam.co.kr>
Date: 월, 27 9월 2021 13:13:23 +0900
Subject: [PATCH] Ongoing100 #3486 CF AOI Review Review History 프로그램 테스트 및 적용

---
 ReviewSystem/ReviewRecipeEditor/DlgReview.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ReviewSystem/ReviewRecipeEditor/DlgReview.cpp b/ReviewSystem/ReviewRecipeEditor/DlgReview.cpp
index bc0f3dc..20ef737 100644
--- a/ReviewSystem/ReviewRecipeEditor/DlgReview.cpp
+++ b/ReviewSystem/ReviewRecipeEditor/DlgReview.cpp
@@ -290,7 +290,8 @@
 
 				if(strArrayOption.GetSize() > 0)
 				{
-					strItemText = strArrayOption.GetAt(pRcpPriorityInfo->GetPriorityStackData());
+					//LYW ERR�닔�젙
+					strItemText = strArrayOption.GetAt(pRcpPriorityInfo->GetPriorityGrayData());
 					m_ctrlGridFilterinfo.SetItemText(nRowIdx, nColIdx++, strItemText);
 				}
 			}

--
Gitblit v1.9.3