summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_credit.html
diff options
context:
space:
mode:
authorivan <ivan>2005-08-05 00:57:59 +0000
committerivan <ivan>2005-08-05 00:57:59 +0000
commit05d94720d26ca009b06f21534b06d1650d9f2915 (patch)
treeb707bd507759c45f108de60b37505841d0940529 /httemplate/search/cust_credit.html
parent98b27a8125febbd5c6710f26dbd7ebe8dd459d52 (diff)
fix credit searches by otaker
Diffstat (limited to 'httemplate/search/cust_credit.html')
-rwxr-xr-xhttemplate/search/cust_credit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_credit.html b/httemplate/search/cust_credit.html
index 4b3da60..279d682 100755
--- a/httemplate/search/cust_credit.html
+++ b/httemplate/search/cust_credit.html
@@ -5,7 +5,7 @@
my @search = ();
if ( $cgi->param('otaker') && $cgi->param('otaker') =~ /^([\w\.\-]+)$/ ) {
- push @search, "otaker = '$1'";
+ push @search, "cust_credit.otaker = '$1'";
}
if ( $cgi->param('agentnum') && $cgi->param('agentnum') =~ /^(\d+)$/ ) {