fix(finances): correct membership fees amount in JSON
All checks were successful
Build and Deploy Static Site / build (push) Successful in 59s
All checks were successful
Build and Deploy Static Site / build (push) Successful in 59s
Updated the 'Membership Fees' amount from EUR 90.69 to EUR 390.69 in the finances data to reflect the accurate financial records. This correction ensures accurate financial reporting.
This commit is contained in:
parent
8012d0febd
commit
42a4f53c42
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
|||
},
|
||||
"9": {
|
||||
"Membership Fees": {
|
||||
"EUR": 90.69
|
||||
"EUR": 390.69
|
||||
},
|
||||
"Server Costs": {
|
||||
"EUR": -36.67
|
||||
|
|
Loading…
Reference in a new issue