aboutsummaryrefslogtreecommitdiffstats
path: root/tmpl
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-06-19 17:50:34 +0000
committerNicolas Vigier <boklm@mageia.org>2013-06-19 17:50:34 +0000
commit6bfd9cc285b5967180420a86b47db5743771563f (patch)
tree90696a68d545f6a1a97da8a1bca8459421e53648 /tmpl
parentbc45ce968f8a889ad50b283fa43c4b94cdeac968 (diff)
downloadmgatres-6bfd9cc285b5967180420a86b47db5743771563f.tar
mgatres-6bfd9cc285b5967180420a86b47db5743771563f.tar.gz
mgatres-6bfd9cc285b5967180420a86b47db5743771563f.tar.bz2
mgatres-6bfd9cc285b5967180420a86b47db5743771563f.tar.xz
mgatres-6bfd9cc285b5967180420a86b47db5743771563f.zip
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
Diffstat (limited to 'tmpl')
-rw-r--r--tmpl/index.json1
1 files changed, 1 insertions, 0 deletions
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;