Compare commits
No commits in common. "984cef269585ef16bb40666f0427ea5b90d00f51" and "d41afb6545da8aec185c07e5dcd8117f0cbb6b73" have entirely different histories.
984cef2695
...
d41afb6545
@ -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