From a976bf7fd7127d4f47c5c5480f2898b9b189e80c Mon Sep 17 00:00:00 2001 From: hcoop Date: Sun, 4 Mar 2018 15:30:51 -0500 Subject: [PATCH] money: temporarily hide "co-op balance" due to inaccuracy Will be manually updated until books are reconciled --- money.mlt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/money.mlt b/money.mlt index 865cd09..de5fdb5 100644 --- a/money.mlt +++ b/money.mlt @@ -641,9 +641,7 @@ elseif $"cmd" = "freezeworthy" then

Your balance: $<% showBal %>
Deposit: $<% deposit %> (3 months of dues at the minimal pledge level)
-Co-op balance: $<% #amount (Balance.lookupBalance (valOf (Balance.balanceNameToId "hcoop"))) %>

- - + <% if (iff Group.inGroupName "money" then $"lookback" = "" else $"audit" <> "") then %>

Sum of all active balances: $<% Balance.sumOwnedBalances () %>

<% end %>
-- 2.20.1