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

jonesde
Author: jonesde
Date: Thu Jul 16 23:57:41 2009
New Revision: 794912

URL: http://svn.apache.org/viewvc?rev=794912&view=rev
Log:
Small reorganization of ProductStore fields to move the deprecated ones to the bottom

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=794912&r1=794911&r2=794912&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/product/entitydef/entitymodel.xml Thu Jul 16 23:57:41 2009
@@ -3617,12 +3617,6 @@
           </description>
       </field>
 
-      <!-- old fields, deprecated -->
-      <field name="oldStyleSheet" col-name="STYLE_SHEET" type="url"></field>
-      <field name="oldHeaderLogo" col-name="HEADER_LOGO" type="url"></field>
-      <field name="oldHeaderMiddleBackground" col-name="HEADER_MIDDLE_BACKGROUND" type="url"></field>
-      <field name="oldHeaderRightBackground" col-name="HEADER_RIGHT_BACKGROUND" type="url"></field>
-
       <field name="usePrimaryEmailUsername" type="indicator"></field>
       <field name="requireCustomerRole" type="indicator"></field>
       <field name="autoInvoiceDigitalItems" type="indicator"><description>Default Y. Invoice digital items when order is placed rather than waiting for completing order items (though shipment/fulfillment).</description></field>
@@ -3651,6 +3645,12 @@
       <field name="addToCartReplaceUpsell" type="indicator"><description>Default N. If Y then on add to cart remove all products in cart with a ProductAssoc record related from the product and with the PRODUCT_UPGRADE type.</description></field>
       <field name="splitPayPrefPerShpGrp" type="indicator"><description>Default N. If Y then before the order is stored the OrderPaymentPreference record will be split, one for each OrderItemShipGroup.</description></field>
       <field name="showOutOfStockProducts" type="indicator"><description>Default Y. If N then out of stock products will not be displayed on site</description></field>
+        
+        <!-- old fields, deprecated -->
+        <field name="oldStyleSheet" col-name="STYLE_SHEET" type="url"></field>
+        <field name="oldHeaderLogo" col-name="HEADER_LOGO" type="url"></field>
+        <field name="oldHeaderMiddleBackground" col-name="HEADER_MIDDLE_BACKGROUND" type="url"></field>
+        <field name="oldHeaderRightBackground" col-name="HEADER_RIGHT_BACKGROUND" type="url"></field>
       <prim-key field="productStoreId"/>
       <relation type="one" fk-name="PROD_STR_PRSTRGP" title="Primary" rel-entity-name="ProductStoreGroup">
         <key-map field-name="primaryStoreGroupId" rel-field-name="productStoreGroupId"/>