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

jleroux@apache.org
Author: jleroux
Date: Tue Mar 30 20:22:57 2010
New Revision: 929255

URL: http://svn.apache.org/viewvc?rev=929255&view=rev
Log:
Revert r929171. As discussed on dev ML, Facility.squareFootage will be replaced by 2 fields (one for UomId)

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=929255&r1=929254&r2=929255&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/product/entitydef/entitymodel.xml Tue Mar 30 20:22:57 2010
@@ -992,7 +992,7 @@ under the License.
         <field name="defaultInventoryItemTypeId" type="id"></field>
         <field name="facilityName" type="name"></field>
         <field name="primaryFacilityGroupId" type="id"></field>
-        <field name="squareFootage" type="fixed-point"></field>
+        <field name="squareFootage" type="numeric"></field>
         <field name="productStoreId" type="id"></field>
         <field name="defaultDaysToShip" type="numeric"><description>In the absence of a product specific days to ship in ProductFacility, this will be used</description></field>
         <field name="openedDate" type="date-time"></field>