Merge branch 'civiExit' of https://github.com/colemanw/civicrm-core into colemanw...
[civicrm-core.git] / xml / schema / Contribute / ContributionRecur.xml
index e1dc131275577b05956942739104bd7737290888..26407dcc93ea7889b9c7360d8b7f2d2ae4ed5630 100644 (file)
@@ -55,7 +55,7 @@
       <table>civicrm_currency</table>
       <keyColumn>name</keyColumn>
       <labelColumn>full_name</labelColumn>
-      <nameColumn>numeric_code</nameColumn>
+      <nameColumn>name</nameColumn>
     </pseudoconstant>
     <html>
       <type>Select</type>
     <type>boolean</type>
     <default>0</default>
     <import>true</import>
+    <html>
+      <type>CheckBox</type>
+    </html>
   </field>
   <field>
     <name>cycle_day</name>
     <required>true</required>
     <comment>Day in the period when the payment should be charged e.g. 1st of month, 15th etc.</comment>
     <add>1.6</add>
+    <html>
+      <type>Text</type>
+    </html>
   </field>
   <field>
     <name>next_sched_contribution</name>
     <default>0</default>
     <comment>Number of failed charge attempts since last success. Business rule could be set to deactivate on more than x failures.</comment>
     <add>1.6</add>
+    <html>
+      <type>Text</type>
+    </html>
   </field>
   <field>
     <name>failure_retry_date</name>
     <default>0</default>
     <comment>Some systems allow contributor to set a number of installments - but then auto-renew the subscription or commitment if they do not cancel.</comment>
     <add>1.6</add>
+    <html>
+      <type>CheckBox</type>
+    </html>
   </field>
   <field>
     <name>payment_processor_id</name>
     <comment>if true, receipt is automatically emailed to contact on each successful payment</comment>
     <default>1</default>
     <add>4.1</add>
+    <html>
+      <type>CheckBox</type>
+    </html>
   </field>
 </table>