show package pricing details on customer view, RT11372
[freeside.git] / FS / FS / part_pkg.pm
index 7cccab0..140bd9b 100644 (file)
@@ -539,7 +539,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