From: ivan Date: Fri, 5 Aug 2005 00:57:59 +0000 (+0000) Subject: fix credit searches by otaker X-Git-Tag: BEFORE_FINAL_MASONIZE~427 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=05d94720d26ca009b06f21534b06d1650d9f2915 fix credit searches by otaker --- diff --git a/httemplate/search/cust_credit.html b/httemplate/search/cust_credit.html index 4b3da605a..279d682cd 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+)$/ ) {