summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-07-26 14:36:09 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-07-27 22:53:41 -0500
commit8116969d1859ef250f843de119d483038e48226f (patch)
tree54bfb12a44b6f5adee8b9765ceacc910567c5304 /FS
parentf75c2fa9ad468b1e09651b0ce912eac380928024 (diff)
Bug fix for RT#71623 or RT#13971, discovered during RT#38217, needs backport to v4
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_pkg_reason.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_pkg_reason.pm b/FS/FS/cust_pkg_reason.pm
index 29b4b0a91..a632ab415 100644
--- a/FS/FS/cust_pkg_reason.pm
+++ b/FS/FS/cust_pkg_reason.pm
@@ -3,7 +3,7 @@ use base qw( FS::otaker_Mixin FS::Record );
use strict;
use vars qw( $ignore_empty_action );
-use FS::Record qw( qsearch ); #qsearchs );
+use FS::Record qw( qsearch qsearchs );
use FS::upgrade_journal;
$ignore_empty_action = 0;