Compare commits
No commits in common. "133e358fd1d4297cef2a8fbfee1fc65be8fbe803" and "498da573a946d231a190ef2e2bf7df8b483b3327" have entirely different histories.
133e358fd1
...
498da573a9
@ -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");
|
||||
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user