svn commit: r820993 - /ofbiz/trunk/specialpurpose/googlecheckout/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: r820993 - /ofbiz/trunk/specialpurpose/googlecheckout/entitydef/entitymodel.xml

ashish-18
Author: ashish
Date: Fri Oct  2 12:50:54 2009
New Revision: 820993

URL: http://svn.apache.org/viewvc?rev=820993&view=rev
Log:
Based on Pranay's Proposal on Dev Mailing list for changing shipmentMethodName field type from "id-ne" to "id-long-ne".
I saw five +1 vote on thread "Proposal for change in entity "GoogleCoShippingMethod"" and considering that this entity was recently introduced so this change will not create any problem.

Thanks Pranay for raising this issue as a proposal infront of community.

Modified:
    ofbiz/trunk/specialpurpose/googlecheckout/entitydef/entitymodel.xml

Modified: ofbiz/trunk/specialpurpose/googlecheckout/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlecheckout/entitydef/entitymodel.xml?rev=820993&r1=820992&r2=820993&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/googlecheckout/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/specialpurpose/googlecheckout/entitydef/entitymodel.xml Fri Oct  2 12:50:54 2009
@@ -82,7 +82,7 @@
     <entity entity-name="GoogleCoShippingMethod"
             package-name="org.ofbiz.googlecheckout.shipping"
             title="Google Shipping Method Config">
-        <field name="shipmentMethodName" type="id-ne"></field>
+        <field name="shipmentMethodName" type="id-long-ne"></field>
         <field name="productStoreId" type="id-ne"></field>
         <field name="amount" type="currency-amount"></field>
         <field name="additionalAmount" type="currency-amount"></field>