CRM-19132 add html type to contribution_recur fields
authoreileenmcnaugton <eileen@fuzion.co.nz>
Tue, 26 Jul 2016 12:19:00 +0000 (00:19 +1200)
committereileenmcnaugton <eileen@fuzion.co.nz>
Tue, 26 Jul 2016 12:19:00 +0000 (00:19 +1200)
xml/schema/Contribute/ContributionRecur.xml

index ff256278d9592cda80e588b99fb95f5dc950308e..26407dcc93ea7889b9c7360d8b7f2d2ae4ed5630 100644 (file)
     <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>