38973: Bill for time worked on ticket resolution [v3 bug fix]
authorJonathan Prykop <jonathan@freeside.biz>
Thu, 1 Sep 2016 00:56:36 +0000 (19:56 -0500)
committerJonathan Prykop <jonathan@freeside.biz>
Thu, 1 Sep 2016 00:56:36 +0000 (19:56 -0500)
FS/FS/cust_pkg.pm

index 101dd81..548d000 100644 (file)
@@ -6108,6 +6108,12 @@ sub _upgrade_data {  # class method
   }
 }
 
+# will autoload in v4+
+sub rt_field_charge {
+  my $self = shift;
+  qsearch('rt_field_charge',{ 'pkgnum' => $self->pkgnum });
+}
+
 =back
 
 =head1 BUGS