Compare commits
No commits in common. "b3acee760dd86471d8464867a7a7af8d09d79e08" and "b4850483d3f0c688e0e975236c8a80883eac7c39" have entirely different histories.
b3acee760d
...
b4850483d3
@ -1409,11 +1409,6 @@ public class EstimateService {
|
||||
itemResponse.setSalePrice("");
|
||||
itemResponse.setSaleTotPrice("");
|
||||
}
|
||||
|
||||
// 886 Excel, PDF에 OPEN_FLG = 1은 단가필드에 OPEN 텍스트로 보여주도록
|
||||
if ("1".equals(itemResponse.getOpenFlg())) {
|
||||
itemResponse.setSalePrice("OPEN");
|
||||
}
|
||||
}
|
||||
|
||||
// 합산 문자열 통화로 변환 처리
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user