diff options
| author | ivan <ivan> | 2007-12-15 01:45:26 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2007-12-15 01:45:26 +0000 |
| commit | a7000a6ef1f5584e0f4ae62abf0df8bba30671ed (patch) | |
| tree | 0b59a9256a3ac2f9857f557263c0f6ae6e62c7c2 /httemplate | |
| parent | 6eaf417a35cf3488bd2f246c9ecbd03fdcabad7a (diff) | |
fix earlier drain bramage
Diffstat (limited to 'httemplate')
| -rwxr-xr-x | httemplate/search/cust_bill.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_bill.html b/httemplate/search/cust_bill.html index e4c0aff72..e23785ac8 100755 --- a/httemplate/search/cust_bill.html +++ b/httemplate/search/cust_bill.html @@ -144,7 +144,7 @@ if ( $cgi->param('invnum') =~ /^\s*(FS-)?(\d+)\s*$/ ) { '$%.2f outstanding balance', ]; } - $count_query .= " FROM cust_bill $join_cust_main WHERE $extra_sql"; + $count_query .= " FROM cust_bill $join_cust_main $extra_sql"; $sql_query = { 'table' => 'cust_bill', |
