Fold dues increase into portal
[bpt/portal.git] / money.sml
index 1ca22a2..8fa5ed7 100644 (file)
--- a/money.sml
+++ b/money.sml
@@ -276,7 +276,7 @@ fun costBase amt =
 val monthlyCost = 900.0
 val graceMonths = 1
 
-val baseDues = 5.0
+val baseDues = 7.0
 
 fun delinquentPledgers () =
     let
@@ -296,8 +296,6 @@ fun resetPledges ids =
 
 fun freezeworthyPledgers () =
     let
-       val baseDues = 5.0
-
        fun makeRow [id, name, amount, j] = {id = C.intFromSql id, name = C.stringFromSql name,
                                             balance = C.realFromSql amount, joinedThisMonth = C.boolFromSql j}
          | makeRow row = Init.rowError ("Bad freezeworthyPledgers", row)
@@ -311,8 +309,6 @@ fun freezeworthyPledgers () =
 
 fun bootworthyPledgers () =
     let
-       val baseDues = 5.0
-
        fun makeRow [id, name, amount, j] = {id = C.intFromSql id, name = C.stringFromSql name,
                                             balance = C.realFromSql amount, joinedThisMonth = C.boolFromSql j}
          | makeRow row = Init.rowError ("Bad bootworthyPledgers", row)