diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-07-08 22:44:26 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-07-08 22:44:26 -0700 |
| commit | 94376ab21b2b7c7a5ab516e5c11db94f87bf6639 (patch) | |
| tree | 25142ab9a6d4be0ed8e322d2428613f47caef204 | |
| parent | 7c9d0e84f7cdf6cd6af3dea9399f2ad30015875f (diff) | |
fix selfservice balance display
| -rw-r--r-- | fs_selfservice/FS-SelfService/cgi/myaccount.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %>!<BR><BR> <%= include('small_custview') %> <BR> -<%= if ( $access_pkgnum ) { +<%= unless ( $access_pkgnum ) { $OUT .= qq!Balance: <B>\$$balance</B><BR><BR>!; } ''; |
