Fix for bug 1655, fines not displaying on moremember.pl

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Chris Cormack 2007-12-17 17:50:00 -06:00 committed by Joshua Ferraro
parent 3dfb455fd4
commit 149deccba5

View file

@ -192,7 +192,7 @@ Unable to delete member: insufficient privileges.
<div id="finesandcharges">
<h2>Fines and Charges</h2>
<!-- TMPL_IF EXPR="totaldue eq 0.00" -->
<!-- TMPL_IF EXPR="totaldue ne '0.00'" -->
<p>Total due: <!-- TMPL_VAR NAME="totaldue" --></p>
<!-- TMPL_ELSE -->
<p>No outstanding charges</p>