show package pricing details on customer view, RT11372
[freeside.git] / FS / FS / part_pkg.pm
index f4aacae..9f23178 100644 (file)
@@ -607,7 +607,7 @@ sub pkg_comment {
 
 sub custom_comment {
   my $self = shift;
-  ( $self->custom ? '(CUSTOM) ' : '' ). $self->comment;
+  ( $self->custom ? '(CUSTOM) ' : '' ). $self->comment . ' ' . $self->price_info;
 }
 
 =item pkg_class