Merge pull request '975 - 케이블 선택 버그 수정' (#22) from feature/ysCha into dev
Reviewed-on: #22
This commit is contained in:
commit
61d8c083b2
@ -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)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user