diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-11-17 17:00:06 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-11-17 17:00:06 -0800 |
commit | f32ac83068c6211f829f1688a1a9cdec71bc6ec7 (patch) | |
tree | a6b6866f50a90fc7716861b4884ec4ffeb5ce535 /fs_selfservice | |
parent | 2c112f32561f23f9c538ace00db46659ce16da32 (diff) | |
parent | c0886229d19cfa798580fbeb342826fd11ceeeb0 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'fs_selfservice')
-rw-r--r-- | fs_selfservice/FS-SelfService/cgi/myaccount.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount.html b/fs_selfservice/FS-SelfService/cgi/myaccount.html index 309021a87..524be1f6a 100644 --- a/fs_selfservice/FS-SelfService/cgi/myaccount.html +++ b/fs_selfservice/FS-SelfService/cgi/myaccount.html @@ -55,9 +55,10 @@ Hello <%= $name %>!<BR><BR> } else { $OUT .= '<P>You have no outstanding invoices.</P>'; } - %> +<%= $announcement || '' %> + <%= if ( @support_services ) { $OUT .= '<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=2 BGCOLOR="#eeeeee">'. |