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

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

!; } '';