Increase membership fees starting 2024-01.
This commit is contained in:
parent
12e957fedd
commit
c00b0f8283
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@
|
|||
;; Convert into lookups - a list of (list period regular student)
|
||||
(define member-fees-lookup-table
|
||||
(make-cal-period-lookup-table
|
||||
'(((2010 1) 500 250))))
|
||||
'(((2010 1) 500 250)
|
||||
((2024 1) 1000 250))))
|
||||
|
||||
;; Exchange rates
|
||||
(define exchange-rates-lookup-table
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue