X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_main%2FSearch.pm;h=a0cf86f3681fc3d0a844658fdd7e4f7a4068fbdb;hp=0c33bd6943b8ae6145f1f53034d07b7ba691f5f5;hb=bb43c7254ddd543d50c230a36a86dd20771decaf;hpb=37056f018393b75600a9e330d9f06c882ff8e19a diff --git a/FS/FS/cust_main/Search.pm b/FS/FS/cust_main/Search.pm index 0c33bd694..a0cf86f36 100644 --- a/FS/FS/cust_main/Search.pm +++ b/FS/FS/cust_main/Search.pm @@ -211,6 +211,7 @@ sub smart_search { # probably the Right Thing: return customers that have any associated # locations matching the string, not just bill/ship location push @cust_main, qsearch( { + 'select' => 'cust_main.*', 'table' => 'cust_main', 'addl_from' => ' JOIN cust_location USING (custnum) ', 'hashref' => { %options, },