X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_bill.cgi;h=cb358f9e99ad20601ea3485747983630bef48c34;hp=d2a3573d4dddd6aed46a4ff35493f368f113f310;hb=6e80f8889a13c47343d81de796f2a7ed4f036803;hpb=32b6d9deddc928f98dcad15ff306015d7e0070c5 diff --git a/httemplate/search/cust_bill.cgi b/httemplate/search/cust_bill.cgi index d2a3573d4..cb358f9e9 100755 --- a/httemplate/search/cust_bill.cgi +++ b/httemplate/search/cust_bill.cgi @@ -79,7 +79,7 @@ if ( $cgi->keywords ) { @cust_bill = qsearch( 'cust_bill', {}, - "cust_bill.*, $owed as owed" + "cust_bill.*, $owed as owed", "$extra_sql $orderby $limit" ); } else {