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/04/03 18:09:58 UTC

svn commit: r525194 - /ofbiz/trunk/applications/manufacturing/entitydef/entitymodel.xml

Author: jacopoc
Date: Tue Apr  3 09:09:57 2007
New Revision: 525194

URL: http://svn.apache.org/viewvc?view=rev&rev=525194
Log:
Changed eventName field type of the MRP log to very-long in order to work fine even when there are many orders in the same date.

Modified:
    ofbiz/trunk/applications/manufacturing/entitydef/entitymodel.xml

Modified: ofbiz/trunk/applications/manufacturing/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/entitydef/entitymodel.xml?view=diff&rev=525194&r1=525193&r2=525194
==============================================================================
--- ofbiz/trunk/applications/manufacturing/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/manufacturing/entitydef/entitymodel.xml Tue Apr  3 09:09:57 2007
@@ -167,7 +167,7 @@
       <field name="inventoryEventPlanTypeId" type="id-ne"></field>
       <field name="eventQuantity" type="floating-point"></field>
       <field name="facilityId" type="id"></field>
-      <field name="eventName" type="description"></field>
+      <field name="eventName" type="very-long"></field>
       <field name="isLate" type="indicator"></field>
       <prim-key field="productId"/>
       <prim-key field="eventDate"/>