From: Ivan Kohler Date: Mon, 9 Jul 2012 05:44:26 +0000 (-0700) Subject: fix selfservice balance display X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=94376ab21b2b7c7a5ab516e5c11db94f87bf6639;p=freeside.git fix selfservice balance display --- diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount.html b/fs_selfservice/FS-SelfService/cgi/myaccount.html index 5370f7c22..9ab262261 100644 --- a/fs_selfservice/FS-SelfService/cgi/myaccount.html +++ b/fs_selfservice/FS-SelfService/cgi/myaccount.html @@ -6,7 +6,7 @@ Hello <%= $name %>!

<%= include('small_custview') %>
-<%= if ( $access_pkgnum ) { +<%= unless ( $access_pkgnum ) { $OUT .= qq!Balance: \$$balance

!; } '';