metadata fix
authorEileen McNaughton <eileen@fuzion.co.nz>
Fri, 22 Aug 2014 09:42:20 +0000 (21:42 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Fri, 22 Aug 2014 09:42:20 +0000 (21:42 +1200)
xml/schema/Contribute/ContributionPage.xml
xml/schema/Core/Email.xml

index d2d61ce6cbeb2721a80fba76fb93edfee5b288c1..9535d5b29ad2a904d9026013b5b2851e865d0658 100644 (file)
@@ -93,6 +93,7 @@
   </field>
   <field>
     <name>is_credit_card_only</name>
+    <title>Is Credit Card Only?</title>
     <type>boolean</type>
     <comment>if true - processing logic must reject transaction at confirmation stage if pay method != credit card</comment>
     <default>0</default>
   </field>
   <field>
     <name>is_monetary</name>
+    <title>Is Monetary</title>
     <type>boolean</type>
     <default>1</default>
     <comment>if true - allows real-time monetary transactions otherwise non-monetary transactions</comment>
   </field>
   <field>
     <name>is_recur</name>
+    <title>Is Recurring</title>
     <type>boolean</type>
     <default>0</default>
     <comment>if true - allows recurring contributions, valid only for PayPal_Standard</comment>
index a17b173f9fc1497cf8821104d02617bd13ad6a11..a731fae3cc5ca5ee72a7ae7de52c08492a94dc4f 100644 (file)
@@ -9,6 +9,7 @@
   <log>true</log>
   <field>
     <name>id</name>
+    <title>Email ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Unique Email ID</comment>
@@ -20,6 +21,7 @@
   </primaryKey>
   <field>
     <name>contact_id</name>
+    <title>Email Contact</title>
     <type>int unsigned</type>
     <comment>FK to Contact ID</comment>
     <add>2.0</add>
@@ -53,6 +55,7 @@
   </index>
   <field>
     <name>email</name>
+    <title>Email</title>
     <type>varchar</type>
     <length>254</length>
     <html>
@@ -80,6 +83,7 @@
   </field>
   <field>
     <name>is_primary</name>
+    <title>Is Primary email</title>
     <type>boolean</type>
     <default>0</default>
     <comment>Is this the primary?</comment>
@@ -92,6 +96,7 @@
   </index>
   <field>
     <name>is_billing</name>
+    <title>Is Billing Email?</title>
     <type>boolean</type>
     <default>0</default>
     <comment>Is this the billing?</comment>