fix selfservice balance display
authorIvan Kohler <ivan@freeside.biz>
Mon, 9 Jul 2012 05:44:43 +0000 (22:44 -0700)
committerIvan Kohler <ivan@freeside.biz>
Mon, 9 Jul 2012 05:44:43 +0000 (22:44 -0700)
fs_selfservice/FS-SelfService/cgi/myaccount.html

index d27f688..f82b706 100644 (file)
@@ -4,7 +4,7 @@
 Hello <%= $name %>!<BR><BR>
 <%= $small_custview %>
 <BR>
-<%= if ( $access_pkgnum ) {
+<%= unless ( $access_pkgnum ) {
       $OUT .= qq!Balance: <B>\$$balance</B><BR><BR>!;
     }
     '';