From: ivan Date: Thu, 2 Oct 2003 11:29:24 +0000 (+0000) Subject: backport some fixes from 1.5 X-Git-Tag: freeside_1_4_2beta1~462 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=a2e883d38fcf06324714032a03105d839f187423;p=freeside.git backport some fixes from 1.5 --- diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount.html b/fs_selfservice/FS-SelfService/cgi/myaccount.html index d8bfe0cb1..f48fdedea 100644 --- a/fs_selfservice/FS-SelfService/cgi/myaccount.html +++ b/fs_selfservice/FS-SelfService/cgi/myaccount.html @@ -7,14 +7,11 @@ Hello <%= $name %>!

-Your contact information
<%= $small_custview %> +<%= $small_custview %>
-<%= if ( $balance ) { - $OUT .= qq! Make a $balance payment!; +<%= if ( $balance > 0 ) { + $OUT .= qq! Make a payment

!; } %> -

- <%= if ( @open_invoices ) { $OUT .= ''.