projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20b0d6d
)
minor fallout on master from #32340
author
Mark Wells
<mark@freeside.biz>
Sat, 14 Mar 2015 00:04:51 +0000
(17:04 -0700)
committer
Mark Wells
<mark@freeside.biz>
Tue, 17 Mar 2015 23:09:34 +0000
(16:09 -0700)
FS/FS/quotation_pkg.pm
patch
|
blob
|
history
diff --git
a/FS/FS/quotation_pkg.pm
b/FS/FS/quotation_pkg.pm
index
dcd68c9
..
1b5b419
100644
(file)
--- 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);