Compare commits

..

No commits in common. "1679859acb893f81ce042720d1b5e65b21093bc6" and "8c4b1cb930d1d074b9d8532af4793c1c877b3c9d" have entirely different histories.

2 changed files with 1 additions and 1 deletions

View File

@ -1963,7 +1963,7 @@ public class EstimateService {
+ StringUtils.defaultString(data.getPlanNo()) + ")");
elm = doc.getElementById("objectName");
elm.text(StringUtils.defaultString(data.getObjectName()) + " " + StringUtils.defaultString(data.getObjectNameOmit()));
elm.text(StringUtils.defaultString(data.getObjectName()));
elm = doc.getElementById("totVolKw");
elm.text(StringUtils.defaultString(data.getTotVolKw()) + " Kw");