#886 견적서 엑셀, PDF 다운시 금액필드도 OPEN텍스트 적용
This commit is contained in:
parent
b3acee760d
commit
4163f324b2
@ -1413,6 +1413,7 @@ public class EstimateService {
|
||||
// 886 Excel, PDF에 OPEN_FLG = 1은 단가필드에 OPEN 텍스트로 보여주도록
|
||||
if ("1".equals(itemResponse.getOpenFlg())) {
|
||||
itemResponse.setSalePrice("OPEN");
|
||||
itemResponse.setSaleTotPrice("OPEN");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user