projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ba4df7
)
fix boolean precedence error leading to inaccurate results on the new customer
author
ivan
<ivan>
Wed, 24 Sep 2003 01:30:37 +0000
(
01:30
+0000)
committer
ivan
<ivan>
Wed, 24 Sep 2003 01:30:37 +0000
(
01:30
+0000)
status list
httemplate/browse/agent.cgi
patch
|
blob
|
history
diff --git
a/httemplate/browse/agent.cgi
b/httemplate/browse/agent.cgi
index
79f6c3d
..
0d808cd
100755
(executable)
--- a/
httemplate/browse/agent.cgi
+++ b/
httemplate/browse/agent.cgi
@@
-18,7
+18,7
@@
my $ncancelled_sth = dbh->prepare("SELECT COUNT(*) FROM cust_main
WHERE agentnum = ?
- AND
$ncancelled
")
+ AND
( $ncancelled )
")
or die dbh->errstr;
my $total_sth = dbh->prepare("SELECT COUNT(*) FROM cust_main