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

sichen
Author: sichen
Date: Wed Nov 22 11:56:01 2006
New Revision: 478307

URL: http://svn.apache.org/viewvc?view=rev&rev=478307
Log:
changed supplierproduct.lastprice to currency-precise so it is consistent with productprice.price

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

Modified: incubator/ofbiz/trunk/applications/product/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/product/entitydef/entitymodel.xml?view=diff&rev=478307&r1=478306&r2=478307
==============================================================================
--- incubator/ofbiz/trunk/applications/product/entitydef/entitymodel.xml (original)
+++ incubator/ofbiz/trunk/applications/product/entitydef/entitymodel.xml Wed Nov 22 11:56:01 2006
@@ -3855,7 +3855,7 @@
       <field name="orderQtyIncrements" type="floating-point"></field>
       <field name="unitsIncluded" type="floating-point"></field>
       <field name="quantityUomId" type="id"></field>
-      <field name="lastPrice" type="currency-amount"></field>
+      <field name="lastPrice" type="currency-precise"></field>
       <field name="currencyUomId" type="id"></field>
       <field name="supplierProductName" type="name"></field>
       <field name="supplierProductId" type="id"></field>