diff --git a/src/main/java/com/interplug/qcast/biz/estimate/EstimateService.java b/src/main/java/com/interplug/qcast/biz/estimate/EstimateService.java index cf738b13..3d8118a9 100644 --- a/src/main/java/com/interplug/qcast/biz/estimate/EstimateService.java +++ b/src/main/java/com/interplug/qcast/biz/estimate/EstimateService.java @@ -1709,6 +1709,9 @@ public class EstimateService { elm = doc.getElementById("objectName1"); elm.text(StringUtils.defaultString(data.getObjectName())); + elm = doc.getElementById("objectNameOmit1"); + elm.text(StringUtils.defaultString(data.getObjectNameOmit())); + elm = doc.getElementById("objectNo1"); elm.text( StringUtils.defaultString(data.getObjectNo()) diff --git a/src/main/resources/template/pdf/pdf_download_quotation_detail_template.html b/src/main/resources/template/pdf/pdf_download_quotation_detail_template.html index 4f73428a..44a1492b 100644 --- a/src/main/resources/template/pdf/pdf_download_quotation_detail_template.html +++ b/src/main/resources/template/pdf/pdf_download_quotation_detail_template.html @@ -367,6 +367,7 @@