svn commit: r830009 - /ofbiz/trunk/applications/product/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: r830009 - /ofbiz/trunk/applications/product/entitydef/entitymodel.xml

doogie-3
Author: doogie
Date: Mon Oct 26 22:38:07 2009
New Revision: 830009

URL: http://svn.apache.org/viewvc?rev=830009&view=rev
Log:
Add sequenceNum to ProductCategoryRollupAndChild view.

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

Modified: ofbiz/trunk/applications/product/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/entitydef/entitymodel.xml?rev=830009&r1=830008&r2=830009&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/product/entitydef/entitymodel.xml Mon Oct 26 22:38:07 2009
@@ -485,6 +485,7 @@
         <alias entity-alias="PCR" name="parentProductCategoryId"/>
         <alias entity-alias="PCR" name="fromDate"/>
         <alias entity-alias="PCR" name="thruDate"/>
+        <alias entity-alias="PCR" name="sequenceNum"/>
         <view-link entity-alias="PCR" rel-entity-alias="CPC">
             <key-map field-name="productCategoryId"/>
         </view-link>
@@ -4650,4 +4651,4 @@
       <field name="description" type="description"></field>
       <prim-key field="supplierRatingTypeId"/>
     </entity>
-</entitymodel>
\ No newline at end of file
+</entitymodel>