diff options
author | ivan <ivan> | 2002-07-07 13:31:14 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-07-07 13:31:14 +0000 |
commit | 6e80f8889a13c47343d81de796f2a7ed4f036803 (patch) | |
tree | 47a81975d0776416c4f33cecfaf0eaf63a9a42b2 | |
parent | 32b6d9deddc928f98dcad15ff306015d7e0070c5 (diff) |
comma
-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 { |