Author: jacopoc
Date: Tue Sep 19 03:32:40 2006
New Revision: 447801
URL:
http://svn.apache.org/viewvc?view=rev&rev=447801Log:
Hidden grand total cost info: it's too confusing.
Modified:
incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomSimulation.ftl
Modified: incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomSimulation.ftl
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomSimulation.ftl?view=diff&rev=447801&r1=447800&r2=447801==============================================================================
--- incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomSimulation.ftl (original)
+++ incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomSimulation.ftl Tue Sep 19 03:32:40 2006
@@ -103,11 +103,13 @@
<#assign rowClass = "viewManyTR2">
</#if>
</#list>
+ <#!--
<#if grandTotalCost?exists>
<tr>
<td colspan="6" align="right"><div class="tableheadtext">${grandTotalCost}</div></td>
</tr>
</#if>
+ -->
<#else>
<tr>
<td colspan="6"><div class="head3">${uiLabelMap.CommonNoElementFound}.</div></td>