diff --git a/public/templates/mpos/admin/wallet/default.tpl b/public/templates/mpos/admin/wallet/default.tpl index 033336e89..f536ee462 100644 --- a/public/templates/mpos/admin/wallet/default.tpl +++ b/public/templates/mpos/admin/wallet/default.tpl @@ -17,15 +17,20 @@ Unconfirmed {$UNCONFIRMED|number_format:"8"} +{if $NEWMINT >= 0} Liquid Assets {($BALANCE - $LOCKED - $UNCONFIRMED + $NEWMINT|default:"0")|number_format:"8"} -{if $NEWMINT >= 0} PoS New Mint {$NEWMINT|number_format:"8"} +{else} + + Liquid Assets + {($BALANCE - $LOCKED - $UNCONFIRMED)|number_format:"8"} + {/if}