RT#29169: Show payment information in selfservice portal
[freeside.git] / fs_selfservice / FS-SelfService / cgi / myaccount_menu.html
index 999c62d..6a28d80 100644 (file)
@@ -66,6 +66,10 @@ if ( ($balance || 0) > 0 ) { #XXXFIXME "enable selfservice prepay features" flag
 push @menu,
   { title=>' ' };
 
+push @menu,
+  { title=>'View Payment History', url=>'history', size=>'+1' },
+;
+
 unless( $hide_usage ){
   push @menu,
     { title=>'View my usage', url=>'view_usage', size=>'+1', }