don't allow a start date for packages definitions with prorate_defer_bill, RT#25650
[freeside.git] / FS / FS / part_pkg.pm
index 2cccce0..c908c91 100644 (file)
@@ -784,6 +784,11 @@ sub custom_comment {
     $price_info;
 }
 
+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