Bug fix for RT#71623 or RT#13971, discovered during RT#38217, needs backport to v4
authorJonathan Prykop <jonathan@freeside.biz>
Tue, 26 Jul 2016 19:36:09 +0000 (14:36 -0500)
committerJonathan Prykop <jonathan@freeside.biz>
Tue, 26 Jul 2016 19:36:09 +0000 (14:36 -0500)
FS/FS/cust_pkg_reason.pm

index 29b4b0a..a632ab4 100644 (file)
@@ -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;