From c00b0f82834435e50cdb04cb16cd642bf5464c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Pant=C5=AF=C4=8Dek?= Date: Mon, 18 Dec 2023 10:42:29 +0100 Subject: [PATCH] Increase membership fees starting 2024-01. --- src/specification.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/specification.scm b/src/specification.scm index 310d8d4..b2bc5bf 100644 --- a/src/specification.scm +++ b/src/specification.scm @@ -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