[freeside-commits] branch FREESIDE_3_BRANCH updated. b8a0fbd814bd8e1ba3a8b8c58c5f162af8dc9f00

Jonathan Prykop jonathan at 420.am
Wed Aug 31 17:57:03 PDT 2016


The branch, FREESIDE_3_BRANCH has been updated
       via  b8a0fbd814bd8e1ba3a8b8c58c5f162af8dc9f00 (commit)
      from  d26b7edb666abcaed41193ec40dbb00781848b13 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b8a0fbd814bd8e1ba3a8b8c58c5f162af8dc9f00
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Wed Aug 31 19:56:36 2016 -0500

    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 101dd81..548d000 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

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/cust_pkg.pm |    6 ++++++
 1 file changed, 6 insertions(+)




More information about the freeside-commits mailing list