From 6bfd9cc285b5967180420a86b47db5743771563f Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Wed, 19 Jun 2013 17:50:34 +0000 Subject: add total donations to index.json git-svn-id: svn+ssh://svn.mageia.org/svn/soft/mga-treasurer/trunk@8537 5b7c3c08-40e5-403b-9995-ace06908e4af --- tmpl/index.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tmpl/index.json') diff --git a/tmpl/index.json b/tmpl/index.json index b6102d7..686732b 100644 --- a/tmpl/index.json +++ b/tmpl/index.json @@ -4,6 +4,7 @@ SET out = {}; SET out.balance = transactions.balance.bstr; SET out.donations_30days = donations.total_30.bstr; + SET out.donations_total = donations.total.bstr; SET out.last_donations = []; SET out.last_update = date.format(last_update, format => '%Y/%m/%d %H:%M:%S'); SET i=0; -- cgit v1.2.1