[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 94376ab21b2b7c7a5ab516e5c11db94f87bf6639
Ivan
ivan at 420.am
Sun Jul 8 22:44:32 PDT 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via 94376ab21b2b7c7a5ab516e5c11db94f87bf6639 (commit)
from 7c9d0e84f7cdf6cd6af3dea9399f2ad30015875f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 94376ab21b2b7c7a5ab516e5c11db94f87bf6639
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Jul 8 22:44:26 2012 -0700
fix selfservice balance display
diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount.html b/fs_selfservice/FS-SelfService/cgi/myaccount.html
index 5370f7c..9ab2622 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>!;
}
'';
-----------------------------------------------------------------------
Summary of changes:
fs_selfservice/FS-SelfService/cgi/myaccount.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list