Compare commits

..

No commits in common. "133e358fd1d4297cef2a8fbfee1fc65be8fbe803" and "498da573a946d231a190ef2e2bf7df8b483b3327" 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");