summaryrefslogtreecommitdiff
path: root/FS/FS/Mason.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-06-27 15:51:29 -0700
committerMark Wells <mark@freeside.biz>2015-06-27 19:34:22 -0700
commit2e8ee5e367d3920181db795726c79b0040768cd7 (patch)
tree630968003a0bef84986d9ea107c6665bab22ffd9 /FS/FS/Mason.pm
parent617d1718dd13e4015d35710ac9d030ad95ca87cd (diff)
reports with row grouping for payment/refund search, #25944
Diffstat (limited to 'FS/FS/Mason.pm')
-rw-r--r--FS/FS/Mason.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index 6163197..f05ac03 100644
--- a/FS/FS/Mason.pm
+++ b/FS/FS/Mason.pm
@@ -57,7 +57,7 @@ if ( -e $addl_handler_use_file ) {
use CGI::Cookie;
use List::Util qw( max min sum );
use List::MoreUtils qw( first_index uniq );
- use Scalar::Util qw( blessed );
+ use Scalar::Util qw( blessed looks_like_number );
use Data::Dumper;
use Date::Format;
use Time::Local;
@@ -156,6 +156,8 @@ if ( -e $addl_handler_use_file ) {
use FS::Locales;
use FS::Maketext qw( mt emt js_mt );
+ use FS::Query;
+
use FS::agent;
use FS::agent_type;
use FS::domain_record;