svn commit: r1530238 - /ofbiz/trunk/framework/entity/fieldtype/fieldtypesapdb.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1530238 - /ofbiz/trunk/framework/entity/fieldtype/fieldtypesapdb.xml

jleroux@apache.org
Author: jleroux
Date: Tue Oct  8 11:40:22 2013
New Revision: 1530238

URL: http://svn.apache.org/r1530238
Log:
SAP changes for CC date type was missing at r1530235

Modified:
    ofbiz/trunk/framework/entity/fieldtype/fieldtypesapdb.xml

Modified: ofbiz/trunk/framework/entity/fieldtype/fieldtypesapdb.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/fieldtype/fieldtypesapdb.xml?rev=1530238&r1=1530237&r2=1530238&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/fieldtype/fieldtypesapdb.xml (original)
+++ ofbiz/trunk/framework/entity/fieldtype/fieldtypesapdb.xml Tue Oct  8 11:40:22 2013
@@ -53,7 +53,7 @@ under the License.
 
    <!-- Specialized Types -->
     <field-type-def type="credit-card-number" sql-type="VARCHAR(255) UNICODE" sql-type-alias="VARCHAR() UNICODE" java-type="String"/>
-    <field-type-def type="credit-card-date" sql-type="VARCHAR(20) UNICODE" sql-type-alias="VARCHAR() UNICODE" java-type="String"/>
+    <field-type-def type="credit-card-date" sql-type="VARCHAR(7) UNICODE" sql-type-alias="VARCHAR() UNICODE" java-type="String"/>
     <field-type-def type="email" sql-type="VARCHAR(320) UNICODE" sql-type-alias="VARCHAR() UNICODE" java-type="String"/>
     <field-type-def type="url" sql-type="VARCHAR(2000) UNICODE" sql-type-alias="VARCHAR() UNICODE" java-type="String"/>
     <field-type-def type="id-ne" sql-type="VARCHAR(20) UNICODE" sql-type-alias="VARCHAR() UNICODE" java-type="String"/>