Compare commits

..

No commits in common. "ffe341153be8c022625a5c8894aa5c8ab291040e" and "fd968a997e4d3fa8fd6dc822e24f6cec3f04ad1d" have entirely different histories.

View File

@ -2165,7 +2165,7 @@ public class EstimateService {
+ StringUtils.defaultString(data.getTotVol()) + "</td>");
sb.append("<td style='width:60px;'>W</td>");
sb.append("<td style='width:80px;text-align:right;'>"
+ ((!"Y".equals(hiddenYn)) ? StringUtils.defaultString(data.getPkgTotPrice()) : "") + "</td>");
+ !"Y".equals(hiddenYn) ? StringUtils.defaultString(data.getPkgTotPrice()) : "" + "</td>");
sb.append("</tr>");
}
elm = doc.getElementById("itemList_detail");