Fixing problems various in membership application and addition
[bpt/portal.git] / money.mlt
index e7413e5..2af1635 100644 (file)
--- a/money.mlt
+++ b/money.mlt
@@ -466,8 +466,11 @@ end %>
    val bal = Balance.lookupBalance (#bal you);
    val deposit = Balance.depositAmount (#id bal) %>
 
-<h3>Your balance: $<% Util.sub (#amount bal, deposit) %><br>
-Deposit: $<% deposit %></b> (3 months of dues at your current <a href="pledge">pledge level</a>)</h3>
+<!--h3>Your balance: $<% Util.sub (#amount bal, deposit) %><br>
+Deposit: $<% deposit %></b> (3 months of dues at your current <a href="pledge">pledge level</a>)</h3-->
+
+<h3>Your balance: $<% #amount bal %></h3>
+
 <% if (iff Group.inGroupName "money" then $"lookback" = "" else $"audit" <> "") then %><h3>Sum of all active balances: $<% Balance.sumOwnedBalances () %></h3><% end %>
 
 <a href="money?cmd=list">List all transactions</a><br>