You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2008/01/01 04:23:48 UTC

svn commit: r607795 - /ofbiz/trunk/specialpurpose/bi/data/DimensionTypeData.xml

Author: hansbak
Date: Mon Dec 31 19:23:46 2007
New Revision: 607795

URL: http://svn.apache.org/viewvc?rev=607795&view=rev
Log:
product dimension has no description field

Modified:
    ofbiz/trunk/specialpurpose/bi/data/DimensionTypeData.xml

Modified: ofbiz/trunk/specialpurpose/bi/data/DimensionTypeData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/bi/data/DimensionTypeData.xml?rev=607795&r1=607794&r2=607795&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/bi/data/DimensionTypeData.xml (original)
+++ ofbiz/trunk/specialpurpose/bi/data/DimensionTypeData.xml Mon Dec 31 19:23:46 2007
@@ -25,7 +25,7 @@
     <DateDimension dimensionId="_NF_" description="Date Not Found."/>
     <DateDimension dimensionId="_NA_" description="Date Not Set."/>
 
-    <ProductDimension dimensionId="_NF_" description="Product Not Found."/>
-    <ProductDimension dimensionId="_NA_" description="Product Not Set."/>
+    <ProductDimension dimensionId="_NF_"/>
+    <ProductDimension dimensionId="_NA_"/>
 
 </entity-engine-xml>