From c2747a183bee6487b6e4b1981a5ae4ada0a4c89d Mon Sep 17 00:00:00 2001 From: iAmShorty Date: Tue, 4 Mar 2014 11:51:36 +0100 Subject: [PATCH] [FIX] closing if --- public/templates/mpos/admin/wallet/default.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/mpos/admin/wallet/default.tpl b/public/templates/mpos/admin/wallet/default.tpl index 479c0b2d..21fe96ec 100644 --- a/public/templates/mpos/admin/wallet/default.tpl +++ b/public/templates/mpos/admin/wallet/default.tpl @@ -19,7 +19,7 @@ Liquid Assets - {($BALANCE - $LOCKED - $UNCONFIRMED {if $NEWMINT >= 0}+ $NEWMINT|default:"0")}|number_format:"8"} + {($BALANCE - $LOCKED - $UNCONFIRMED {if $NEWMINT >= 0}+ $NEWMINT|default:"0"){/if}}|number_format:"8"} {if $NEWMINT >= 0}