diff options
| author | levinse <levinse> | 2010-12-14 23:27:21 +0000 |
|---|---|---|
| committer | levinse <levinse> | 2010-12-14 23:27:21 +0000 |
| commit | 71dc0697c42525fc94cedda770bef901da14baa7 (patch) | |
| tree | 8721f277703f6e38893e10d86419decf1c570129 /fs_selfservice/FS-SelfService/cgi/myaccount.html | |
| parent | ed029b37a07a8a31d76842fbf15fc19b91babbcd (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>!; |
