You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/03/09 00:53:24 UTC

svn commit: r516232 - /ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml

Author: jacopoc
Date: Thu Mar  8 15:53:23 2007
New Revision: 516232

URL: http://svn.apache.org/viewvc?view=rev&rev=516232
Log:
Fixed production run assoc screen.

Modified:
    ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml

Modified: ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml?view=diff&rev=516232&r1=516231&r2=516232
==============================================================================
--- ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml (original)
+++ ofbiz/trunk/applications/manufacturing/widget/manufacturing/JobshopScreens.xml Thu Mar  8 15:53:23 2007
@@ -150,14 +150,14 @@
                     <field-map field-name="workEffortId" env-name="productionRunId"/>
                 </entity-one>
                 <!-- Find all the work efforts that must be completed before this one. -->
-                <entity-condition entity-name="WorkEffortAssoc" list-name="mandatoryWorkEfforts" filter-by-date="true">
+                <entity-condition entity-name="WorkEffortAssoc" list-name="mandatoryWorkEfforts">
                     <condition-list>
                         <condition-expr field-name="workEffortIdTo" env-name="productionRunId"/>
                         <condition-expr field-name="workEffortAssocTypeId" value="WORK_EFF_PRECEDENCY"/>
                     </condition-list>
                 </entity-condition>
                 <!-- Find all the work efforts that are dependent from this one. -->
-                <entity-condition entity-name="WorkEffortAssoc" list-name="dependentWorkEfforts" filter-by-date="true">
+                <entity-condition entity-name="WorkEffortAssoc" list-name="dependentWorkEfforts">
                     <condition-list>
                         <condition-expr field-name="workEffortIdFrom" env-name="productionRunId"/>
                         <condition-expr field-name="workEffortAssocTypeId" value="WORK_EFF_PRECEDENCY"/>