Skip to content
Snippets Groups Projects
Commit 6f3f0f22 authored by eileen's avatar eileen
Browse files

preliminary whitespace cleanup

parent cbb7c7e0
No related branches found
No related tags found
No related merge requests found
......@@ -95,9 +95,9 @@
<comment>FK to Membership Type</comment>
<add>3.4</add>
</field>
<foreignKey>
<name>membership_type_id</name>
<table>civicrm_membership_type</table>
<foreignKey>
<name>membership_type_id</name>
<table>civicrm_membership_type</table>
<key>id</key>
<add>3.4</add>
<onDelete>SET NULL</onDelete>
......@@ -123,31 +123,31 @@
<default>1</default>
<add>3.3</add>
</field>
<field>
<name>financial_type_id</name>
<field>
<name>financial_type_id</name>
<title>Financial Type</title>
<type>int unsigned</type>
<type>int unsigned</type>
<default>NULL</default>
<comment>FK to Financial Type.</comment>
<add>4.3</add>
</field>
<foreignKey>
<name>financial_type_id</name>
<table>civicrm_financial_type</table>
<key>id</key>
<add>4.3</add>
</field>
<foreignKey>
<name>financial_type_id</name>
<table>civicrm_financial_type</table>
<key>id</key>
<onDelete>SET NULL</onDelete>
<add>4.3</add>
</foreignKey>
<field>
<name>deductible_amount</name>
</foreignKey>
<field>
<name>deductible_amount</name>
<title>Deductible Amount</title>
<type>decimal</type>
<type>decimal</type>
<default>0.0</default>
<headerPattern>/unit?.?amoun/i</headerPattern>
<dataPattern>/^\d+(\.\d{2})?$/</dataPattern>
<required>true</required>
<required>true</required>
<comment>Tax-deductible portion of the amount</comment>
<add>4.1</add>
</field>
<add>4.1</add>
</field>
</table>
......@@ -123,31 +123,31 @@
<key>id</key>
<onDelete>SET NULL</onDelete>
</foreignKey>
<field>
<name>financial_type_id</name>
<field>
<name>financial_type_id</name>
<title>Financial Type</title>
<type>int unsigned</type>
<type>int unsigned</type>
<default>NULL</default>
<comment>FK to Financial Type.</comment>
<add>4.3</add>
</field>
<foreignKey>
<name>financial_type_id</name>
<table>civicrm_financial_type</table>
<key>id</key>
<add>4.3</add>
</field>
<foreignKey>
<name>financial_type_id</name>
<table>civicrm_financial_type</table>
<key>id</key>
<onDelete>SET NULL</onDelete>
<add>4.3</add>
</foreignKey>
<field>
<name>deductible_amount</name>
</foreignKey>
<field>
<name>deductible_amount</name>
<title>Deductible Amount</title>
<type>decimal</type>
<type>decimal</type>
<default>0.0</default>
<headerPattern>/unit?.?amoun/i</headerPattern>
<dataPattern>/^\d+(\.\d{2})?$/</dataPattern>
<required>true</required>
<required>true</required>
<comment>Tax-deductible portion of the amount</comment>
<add>4.3</add>
</field>
<add>4.3</add>
</field>
</table>
......@@ -94,40 +94,40 @@
<comment>What components are using this price set?</comment>
<add>3.1</add>
</field>
<field>
<name>contribution_type_id</name>
<type>int unsigned</type>
<field>
<name>contribution_type_id</name>
<type>int unsigned</type>
<default>NULL</default>
<comment>FK to Contribution Type(for membership price sets only).</comment>
<add>3.4</add>
<drop>4.3</drop>
</field>
<foreignKey>
<name>contribution_type_id</name>
<table>civicrm_contribution_type</table>
<key>id</key>
<add>3.4</add>
<drop>4.3</drop>
<add>3.4</add>
<drop>4.3</drop>
</field>
<foreignKey>
<name>contribution_type_id</name>
<table>civicrm_contribution_type</table>
<key>id</key>
<add>3.4</add>
<drop>4.3</drop>
<onDelete>SET NULL</onDelete>
</foreignKey>
<field>
<name>financial_type_id</name>
<field>
<name>financial_type_id</name>
<title>Financial Type</title>
<type>int unsigned</type>
<type>int unsigned</type>
<default>NULL</default>
<comment>FK to Financial Type(for membership price sets only).</comment>
<add>4.3</add>
</field>
<foreignKey>
<name>financial_type_id</name>
<table>civicrm_financial_type</table>
<key>id</key>
<add>4.3</add>
<add>4.3</add>
</field>
<foreignKey>
<name>financial_type_id</name>
<table>civicrm_financial_type</table>
<key>id</key>
<add>4.3</add>
<onDelete>SET NULL</onDelete>
</foreignKey>
</foreignKey>
<field>
<name>is_quick_config</name>
<type>boolean</type>
<type>boolean</type>
<default>0</default>
<comment>Is set if edited on Contribution or Event Page rather than through Manage Price Sets</comment>
<add>4.1</add>
......@@ -140,4 +140,3 @@
<add>4.2</add>
</field>
</table>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment