From 82c5da3f7d11a2a03aebb5348ac59deab187e61e Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Mon, 14 Apr 2014 22:01:38 -0400 Subject: [PATCH 1/1] Fix html structure in money normal member view --- money.mlt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/money.mlt b/money.mlt index abd34a8..339fa40 100644 --- a/money.mlt +++ b/money.mlt @@ -645,7 +645,6 @@ Co-op balance: $<% #amount (Balance.lookupBalance (valOf (Balance.balanceNameToI <% if (iff Group.inGroupName "money" then $"lookback" = "" else $"audit" <> "") then %>

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

<% end %> -

Financial Information

List all transactions
@@ -660,7 +659,11 @@ Co-op balance: $<% #amount (Balance.lookupBalance (valOf (Balance.balanceNameToI Drop pledges of delinquent members
Switch to regular member view
+ +<% end %>
+ +<% if (Group.inGroupName "money" and $"lookback" = "") or $"audit" <> "" then %>

New Transaction

Bill for the co-op
@@ -672,6 +675,7 @@ Co-op balance: $<% #amount (Balance.lookupBalance (valOf (Balance.balanceNameToI Equalize balances

+

Look up a PayPal e-mail address

@@ -741,7 +745,10 @@ end %> <% else %> + <% val lookback = case $"lookback" of "" => 20 | "inf" => 0 | lb => Web.stoi lb; @payment [] %> -- 2.20.1