summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-01-18 14:23:26 -0800
committerIvan Kohler <ivan@freeside.biz>2015-01-18 14:23:26 -0800
commit82f76d01660b785f6c4ea13ba547c93c1c2c404d (patch)
tree14167ea506cc963e688ed16f1ccc1a4fc9db816c /httemplate
parent961c99fbc92fbe296911a60980aef247f8adc049 (diff)
disable quotations without fully-qualifying all other searches, RT#20688, RT#22232
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/search/quotation.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/search/quotation.html b/httemplate/search/quotation.html
index 6badb13b7..55c60f0c1 100755
--- a/httemplate/search/quotation.html
+++ b/httemplate/search/quotation.html
@@ -73,6 +73,8 @@ my $curuser = $FS::CurrentUser::CurrentUser;
die "access denied"
unless $curuser->access_right('List quotations');
+local($FS::Record::qsearch_qualify_columns) = 1;
+
my $join_prospect_main = 'LEFT JOIN prospect_main USING ( prospectnum )';
my $join_cust_main = FS::UI::Web::join_cust_main('quotation');