[freeside-commits] branch master updated. 2bdfa5c7730b31c51956d190aa0df2728181ab9c
Jeremy Davis
jeremyd at 420.am
Thu Feb 28 12:58:14 PST 2013
The branch, master has been updated
via 2bdfa5c7730b31c51956d190aa0df2728181ab9c (commit)
from b2c8bade5422333233a28a91b8913598a015a7d4 (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 2bdfa5c7730b31c51956d190aa0df2728181ab9c
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Thu Feb 28 14:16:15 2013 -0500
Missing FS::Record module
diff --git a/FS/FS/part_event/Action/Mixin/credit_agent_pkg_class.pm b/FS/FS/part_event/Action/Mixin/credit_agent_pkg_class.pm
index 73d32e0..33aeadd 100644
--- a/FS/FS/part_event/Action/Mixin/credit_agent_pkg_class.pm
+++ b/FS/FS/part_event/Action/Mixin/credit_agent_pkg_class.pm
@@ -2,6 +2,7 @@ package FS::part_event::Action::Mixin::credit_agent_pkg_class;
use base qw( FS::part_event::Action::Mixin::credit_pkg );
use strict;
+use FS::Record qw(qsearchs);
sub option_fields {
my $class = shift;
-----------------------------------------------------------------------
Summary of changes:
.../Action/Mixin/credit_agent_pkg_class.pm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
More information about the freeside-commits
mailing list