You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ec...@apache.org on 2010/04/16 20:25:52 UTC

svn commit: r935021 - /ofbiz/trunk/applications/order/entitydef/entitymodel.xml

Author: eckardjf
Date: Fri Apr 16 18:25:52 2010
New Revision: 935021

URL: http://svn.apache.org/viewvc?rev=935021&view=rev
Log:
added supplierProductId to OrderItem

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

Modified: ofbiz/trunk/applications/order/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/entitydef/entitymodel.xml?rev=935021&r1=935020&r2=935021&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/order/entitydef/entitymodel.xml Fri Apr 16 18:25:52 2010
@@ -480,6 +480,7 @@ under the License.
       <field name="budgetId" type="id"></field>
       <field name="budgetItemSeqId" type="id"></field>
       <field name="productId" type="id"></field>
+      <field name="supplierProductId" type="id"></field>
       <field name="productFeatureId" type="id"></field>
       <field name="prodCatalogId" type="id"></field>
       <field name="productCategoryId" type="id"></field>