Compare commits

..

No commits in common. "984cef269585ef16bb40666f0427ea5b90d00f51" and "d41afb6545da8aec185c07e5dcd8117f0cbb6b73" 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");