diff options
author | levinse <levinse> | 2010-12-14 23:27:19 +0000 |
---|---|---|
committer | levinse <levinse> | 2010-12-14 23:27:19 +0000 |
commit | 123bc067cc9fd8b247fb0b4e9a86066f32e83991 (patch) | |
tree | 16f97edf53ad765f2bfb767564b736acf337553e /fs_selfservice/FS-SelfService/cgi/myaccount.html | |
parent | 88be1de5a77b567c1f610bc510ca386738538488 (diff) |
self-service improvements, RT10883
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/myaccount.html')
-rw-r--r-- | fs_selfservice/FS-SelfService/cgi/myaccount.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount.html b/fs_selfservice/FS-SelfService/cgi/myaccount.html index 6b4187f36..db95f339f 100644 --- a/fs_selfservice/FS-SelfService/cgi/myaccount.html +++ b/fs_selfservice/FS-SelfService/cgi/myaccount.html @@ -10,6 +10,10 @@ Hello <%= $name %>!<BR><BR> ''; %> +<%= + $OUT .= qq! <B><A HREF="${url}invoices">View All Invoices</A></B> !; +%> + <%= if ( $balance > 0 ) { if (scalar(grep $_, @hide_payment_fields)) { $OUT .= qq! <B><A HREF="${url}make_thirdparty_payment&payby_method=CC">Make a payment</A></B><BR><BR>!; |