svn commit: r811228 - /ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml

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

svn commit: r811228 - /ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml

jacopoc
Author: jacopoc
Date: Fri Sep  4 06:18:20 2009
New Revision: 811228

URL: http://svn.apache.org/viewvc?rev=811228&view=rev
Log:
Fix for bug reported by Giorgio Tomaselli (Reca): type records were not pulled due to wrong condition.

Modified:
    ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml

Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml?rev=811228&r1=811227&r2=811228&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml (original)
+++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/routing/RoutingTaskForms.xml Fri Sep  4 06:18:20 2009
@@ -184,7 +184,7 @@
         <field name="costComponentTypeId">
             <drop-down allow-empty="false">
                 <entity-options entity-name="CostComponentType" description="${description}">
-                    <entity-constraint name="parentTypeId" operator="equals" env-name="null"/>
+                    <entity-constraint name="parentTypeId" operator="equals" env-name="nullField"/>
                 </entity-options>
             </drop-down>
         </field>