[OFBiz] SVN: r7334 - trunk/applications/manufacturing/webapp/manufacturing/routing
jacopo@svn.ofbiz.org
jacopo at svn.ofbiz.org
Tue Apr 18 23:39:07 CDT 2006
Author: jacopo
Date: 2006-04-18 23:39:02 -0500 (Tue, 18 Apr 2006)
New Revision: 7334
Modified:
trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml
Log:
In the routing task's cost page now the drop down for CostComponentTypes only shows the parent types.
Modified: trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml
===================================================================
--- trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml 2006-04-19 04:37:20 UTC (rev 7333)
+++ trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml 2006-04-19 04:39:02 UTC (rev 7334)
@@ -182,7 +182,7 @@
<field name="costComponentTypeId">
<drop-down allow-empty="false">
<entity-options entity-name="CostComponentType" description="${description}">
- <!--<entity-constraint name="parentTypeId" operator="equals" value=""/>-->
+ <entity-constraint name="parentTypeId" operator="equals" env-name="null"/>
</entity-options>
</drop-down>
</field>
More information about the Svn
mailing list