quiet warning on upgrade
[freeside.git] / FS / FS / part_pkg.pm
index 8e65c50..e7f08d2 100644 (file)
@@ -841,6 +841,11 @@ sub custom_comment {
     ($price_info || 'No charge');
 }
 
+sub pkg_price_info {
+  my $self = shift;
+  $self->pkg. ' - '. ($self->price_info || 'No charge');
+}
+
 =item pkg_class
 
 Returns the package class, as an FS::pkg_class object, or the empty string