svn commit: r447801 - /incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomSimulation.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r447801 - /incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/bom/BomSimulation.ftl

jacopoc
Author: jacopoc
Date: Tue Sep 19 03:32:40 2006
New Revision: 447801

URL: http://svn.apache.org/viewvc?view=rev&rev=447801
Log:
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>