From 479f5d342a9eff292044c7db9f758fa015a9dbdd Mon Sep 17 00:00:00 2001 From: ysCha Date: Fri, 18 Apr 2025 16:40:52 +0900 Subject: [PATCH] =?UTF-8?q?975=20-=20=EC=BC=80=EC=9D=B4=EB=B8=94=20?= =?UTF-8?q?=EC=84=A0=ED=83=9D=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/estimate/Estimate.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/estimate/Estimate.jsx b/src/components/estimate/Estimate.jsx index aa11943e..dfa313d2 100644 --- a/src/components/estimate/Estimate.jsx +++ b/src/components/estimate/Estimate.jsx @@ -1075,7 +1075,7 @@ export default function Estimate({}) { item.showSaleTotPrice = '0' } - if (item.dispCableFlg === '1') { + if (item.dispCableFlg === '1' && item.itemTpCd !== 'M12') { dispCableFlgCnt++ setCableItem(item.itemId) } -- 2.47.2