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

index 5370f7c..9ab2622 100644 (file)
@@ -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>!;
     }
     '';