Update hooks for person positions and funds

This commit is contained in:
meichthys 2026-03-05 04:38:09 +00:00
parent 012718b350
commit 052ab6f227

View File

@ -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",