Compare commits

..

No commits in common. "23c0b6d24bee64583fad18fd621e6003ea52d019" and "984cef269585ef16bb40666f0427ea5b90d00f51" have entirely different histories.

View File

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