[freeside-commits] branch FREESIDE_4_BRANCH updated. ce3cc284f71f2439f473c22c6d160ac45ea3b94a
Mark Wells
mark at 420.am
Fri Oct 30 11:34:56 PDT 2015
The branch, FREESIDE_4_BRANCH has been updated
via ce3cc284f71f2439f473c22c6d160ac45ea3b94a (commit)
from 8f702e7cad3edd0a0d57e6406fe006f3ed4d980a (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 ce3cc284f71f2439f473c22c6d160ac45ea3b94a
Author: Mark Wells <mark at freeside.biz>
Date: Fri Oct 30 11:24:30 2015 -0700
fix missing import, #14092
diff --git a/FS/FS/part_pkg/discount_Mixin.pm b/FS/FS/part_pkg/discount_Mixin.pm
index dcca343..4c86753 100644
--- a/FS/FS/part_pkg/discount_Mixin.pm
+++ b/FS/FS/part_pkg/discount_Mixin.pm
@@ -4,6 +4,7 @@ use strict;
use vars qw( %info );
use Time::Local qw( timelocal );
use List::Util qw( min );
+use FS::Record qw( qsearchs );
use FS::cust_pkg;
use FS::cust_bill_pkg_discount;
-----------------------------------------------------------------------
Summary of changes:
FS/FS/part_pkg/discount_Mixin.pm | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list