[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 8e901031d883660ed0052f49600c5dd3c5c65e05
Jeremy Davis
jeremyd at 420.am
Thu Feb 28 12:59:53 PST 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via 8e901031d883660ed0052f49600c5dd3c5c65e05 (commit)
from 61ad2af332888443d8dae59274693229d0258a97 (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 8e901031d883660ed0052f49600c5dd3c5c65e05
Author: Jeremy Davis <jeremyd at freeside.biz>
Date: Thu Feb 28 14:18:30 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