mirror of
https://github.com/meichthys/church.git
synced 2026-04-25 22:45:54 +00:00
Update hooks for person positions and funds
This commit is contained in:
parent
012718b350
commit
052ab6f227
@ -52,7 +52,6 @@ fixtures = [
|
||||
]
|
||||
],
|
||||
},
|
||||
# `Fund` fixtures are manually created since we don't want to export test data
|
||||
{
|
||||
"dt": "Missionary Support Frequency",
|
||||
"filters": [
|
||||
@ -70,6 +69,20 @@ fixtures = [
|
||||
]
|
||||
],
|
||||
},
|
||||
{
|
||||
"dt": "Fund",
|
||||
"filters": [
|
||||
[
|
||||
"fund",
|
||||
"in",
|
||||
(
|
||||
"Building",
|
||||
"General",
|
||||
"Missions",
|
||||
),
|
||||
]
|
||||
],
|
||||
},
|
||||
{
|
||||
"dt": "Payment Type",
|
||||
"filters": [
|
||||
@ -161,10 +174,10 @@ fixtures = [
|
||||
],
|
||||
},
|
||||
{
|
||||
"dt": "Role Type",
|
||||
"dt": "Position Type",
|
||||
"filters": [
|
||||
[
|
||||
"role",
|
||||
"position",
|
||||
"in",
|
||||
(
|
||||
"Deacon",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user