CRM-15168 add some additional titles to schema
[civicrm-core.git] / xml / schema / Financial / PaymentProcessorType.xml
index 6aef995e316894ff47fd34ff09fe1ed4fc0ea408..0e4de4de4d9eb1989789ac871236428b15e5870f 100644 (file)
@@ -7,6 +7,7 @@
   <add>1.8</add>
   <field>
     <name>id</name>
+    <title>Payment Processor Type ID</title>
     <type>int unsigned</type>
     <required>true</required>
     <comment>Payment Processor Type ID</comment>
@@ -34,6 +35,7 @@
   </field>
   <field>
     <name>description</name>
+    <title>Processor Type De</title>
     <type>varchar</type>
     <length>255</length>
     <comment>Payment Processor Description.</comment>
   </field>
   <field>
     <name>is_active</name>
+    <title>Processor Type Is Active?</title>
     <type>boolean</type>
     <comment>Is this processor active?</comment>
     <add>1.8</add>
   </field>
   <field>
     <name>is_default</name>
+    <title>Processor Type is Default?</title>
     <type>boolean</type>
     <comment>Is this processor the default?</comment>
     <add>1.8</add>
   </field>
   <field>
     <name>is_recur</name>
+    <title>Processor Type Supports Recurring?</title>
     <type>boolean</type>
     <comment>Can process recurring contributions</comment>
     <add>1.8</add>
   </field>
   <field>
     <name>payment_type</name>
+    <title>Processor Type Payment Type</title>
     <type>int unsigned</type>
     <default>1</default>
     <comment>Payment Type: Credit or Debit</comment>