From: Jonathan Prykop Date: Tue, 26 Jul 2016 19:36:09 +0000 (-0500) Subject: Bug fix for RT#71623 or RT#13971, discovered during RT#38217, needs backport to v4 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=b307e9044cc1fded25280ea5d9e105daaba89d43 Bug fix for RT#71623 or RT#13971, discovered during RT#38217, needs backport to v4 --- 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;