diff options
Diffstat (limited to 'httemplate')
| -rwxr-xr-x | httemplate/search/cust_bill.cgi | 2 | 
1 files changed, 1 insertions, 1 deletions
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 {  | 
