[OFBiz] SVN: r7267 - trunk/applications/product/entitydef

sichen@svn.ofbiz.org sichen at svn.ofbiz.org
Mon Apr 10 17:27:37 CDT 2006


Author: sichen
Date: 2006-04-10 17:27:34 -0500 (Mon, 10 Apr 2006)
New Revision: 7267

Modified:
   trunk/applications/product/entitydef/entitymodel.xml
Log:
New ProductStoreFinActSetting.validateGCFinAcct to determine if gift card codes should be validates against FinAccount for internal gift certificates

Modified: trunk/applications/product/entitydef/entitymodel.xml
===================================================================
--- trunk/applications/product/entitydef/entitymodel.xml	2006-04-10 21:28:26 UTC (rev 7266)
+++ trunk/applications/product/entitydef/entitymodel.xml	2006-04-10 22:27:34 UTC (rev 7267)
@@ -3106,6 +3106,10 @@
       <field type="id-ne" name="productStoreId"/>
       <field name="finAccountTypeId" type="id-ne"/>
       <field name="requirePinCode" type="indicator"/>
+      <field name="validateGCFinAcct" type="indicator">
+          <description>determines whether the store should validate gift card numbers against the gift certificate codes stored in FinAccount.
+              Set to N if using external gift card provider.</description>
+      </field>
       <field name="accountCodeLength" type="numeric">
       	<description>length of auto-generated account code</description>
       </field>



More information about the Svn mailing list