Fix for bug 1655, fines not displaying on moremember.pl
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
3dfb455fd4
commit
149deccba5
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue