Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
justinfreeman (Agileware)
Core
Commits
6f3f0f22
Commit
6f3f0f22
authored
11 years ago
by
eileen
Browse files
Options
Downloads
Patches
Plain Diff
preliminary whitespace cleanup
parent
cbb7c7e0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
xml/schema/Price/FieldValue.xml
+19
-19
19 additions, 19 deletions
xml/schema/Price/FieldValue.xml
xml/schema/Price/LineItem.xml
+16
-16
16 additions, 16 deletions
xml/schema/Price/LineItem.xml
xml/schema/Price/Set.xml
+24
-25
24 additions, 25 deletions
xml/schema/Price/Set.xml
with
59 additions
and
60 deletions
xml/schema/Price/FieldValue.xml
+
19
−
19
View file @
6f3f0f22
...
...
@@ -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>
This diff is collapsed.
Click to expand it.
xml/schema/Price/LineItem.xml
+
16
−
16
View file @
6f3f0f22
...
...
@@ -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>
This diff is collapsed.
Click to expand it.
xml/schema/Price/Set.xml
+
24
−
25
View file @
6f3f0f22
...
...
@@ -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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment