Merge pull request 'dev' (#157) from dev into dev-deploy
Reviewed-on: #157
This commit is contained in:
commit
c43a7e1f94
@ -2070,7 +2070,7 @@ public class EstimateService {
|
|||||||
+ StringUtils.defaultString(data.getPlanNo()) + ")");
|
+ StringUtils.defaultString(data.getPlanNo()) + ")");
|
||||||
|
|
||||||
elm = doc.getElementById("objectName5");
|
elm = doc.getElementById("objectName5");
|
||||||
elm.text(StringUtils.defaultString(data.getObjectName()));
|
elm.text(StringUtils.defaultString(data.getObjectName()) + " " + StringUtils.defaultString(data.getObjectNameOmit()));
|
||||||
|
|
||||||
elm = doc.getElementById("totVolKw5");
|
elm = doc.getElementById("totVolKw5");
|
||||||
elm.text(StringUtils.defaultString(data.getTotVolKw()) + " Kw");
|
elm.text(StringUtils.defaultString(data.getTotVolKw()) + " Kw");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user