summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_bill.cgi
diff options
context:
space:
mode:
authorivan <ivan>2002-07-07 13:31:14 +0000
committerivan <ivan>2002-07-07 13:31:14 +0000
commit6e80f8889a13c47343d81de796f2a7ed4f036803 (patch)
tree47a81975d0776416c4f33cecfaf0eaf63a9a42b2 /httemplate/search/cust_bill.cgi
parent32b6d9deddc928f98dcad15ff306015d7e0070c5 (diff)
comma
Diffstat (limited to 'httemplate/search/cust_bill.cgi')
-rwxr-xr-xhttemplate/search/cust_bill.cgi2
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 {