From: Jonathan Prykop Date: Thu, 1 Sep 2016 00:56:36 +0000 (-0500) Subject: 38973: Bill for time worked on ticket resolution [v3 bug fix] X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=b8a0fbd814bd8e1ba3a8b8c58c5f162af8dc9f00 38973: Bill for time worked on ticket resolution [v3 bug fix] --- diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index 101dd81d0..548d00051 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -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