X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fquotation.html;h=55c60f0c198a8a6aea93a44d208e31300e8c7a24;hb=c0c5709fb022b83a482d0b35f7094505766d5868;hp=6badb13b7994e21471326f29737c2b726aa6efa2;hpb=85c78d955fbc2fd6c3991156b387d37c185b9f64;p=freeside.git 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');