show package pricing details on customer view, RT11372
[freeside.git] / FS / FS / part_pkg / voip_sqlradacct.pm
index 5388767..b856b5c 100644 (file)
@@ -29,6 +29,13 @@ $DEBUG = 1;
   'weight' => 40,
 );
 
+sub price_info {
+    my $self = shift;
+    my $str = $self->SUPER::price_info;
+    $str .= " plus usage" if $str;
+    $str;
+}
+
 sub calc_setup {
   my($self, $cust_pkg ) = @_;
   $self->option('setup_fee');