X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=fs_selfservice%2FFS-SelfService%2Fcgi%2Fmyaccount_menu.html;h=6af5e5ec01648ff5945db7a49483847debe6e493;hb=2d3ab45cd0b35cb929198e2ad36a1ec9a3b4d93d;hp=6a28d804f937d214c5f05390f15f22ce8de68503;hpb=b2f5f42600f11ab24e5393353ed4c0de48816862;p=freeside.git diff --git a/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html b/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html index 6a28d804f..6af5e5ec0 100644 --- a/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html +++ b/fs_selfservice/FS-SelfService/cgi/myaccount_menu.html @@ -28,7 +28,7 @@ my %payby_mode; # $payby_mode{FOO} is true if FOO is thirdparty, false if it's B::OP, # nonexistent if it's not supported -if ( ($balance || 0) > 0 ) { #XXXFIXME "enable selfservice prepay features" flag or something, eventually per-pkg or something really fancy +if ( $enable_payment_without_balance || (($balance || 0) > 0) ) { #eventually per-pkg or something really fancy if ( exists( $payby_mode{CARD} ) ) { push @menu, { title => 'Recharge my account with a credit card', @@ -67,7 +67,7 @@ push @menu, { title=>' ' }; push @menu, - { title=>'View Payment History', url=>'history', size=>'+1' }, + { title=>'View payment history', url=>'history', size=>'+1' }, ; unless( $hide_usage ){