From e56766d7199b258f943c33dc471a0f0f33ceaf7e Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 13 Mar 2015 17:04:51 -0700 Subject: [PATCH] minor fallout on master from #32340 --- FS/FS/quotation_pkg.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/quotation_pkg.pm b/FS/FS/quotation_pkg.pm index dcd68c95d..1b5b41950 100644 --- a/FS/FS/quotation_pkg.pm +++ b/FS/FS/quotation_pkg.pm @@ -2,7 +2,7 @@ package FS::quotation_pkg; use base qw( FS::TemplateItem_Mixin FS::Record ); use strict; -use FS::Record qw( qsearchs dbh ); #qsearch +use FS::Record qw( qsearchs qsearch dbh ); use FS::part_pkg; use FS::quotation_pkg_discount; #so its loaded when TemplateItem_Mixin needs it use List::Util qw(sum); -- 2.11.0