From e27244386c346f459d1569db26344407a0372a05 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 8 Jul 2012 22:44:43 -0700 Subject: [PATCH] fix selfservice balance display --- fs_selfservice/FS-SelfService/cgi/myaccount.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

!; } ''; -- 2.11.0