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

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

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

eckardjf
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>