X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fcust_credit.html;h=279d682cd3bbfb7d3ef0e3c3e6c0f9dc0bd9a397;hb=05d94720d26ca009b06f21534b06d1650d9f2915;hp=4b3da605a0571bc5a1777572b56437878fc2320e;hpb=08662d58e7b9a13cf841e9c89daa39b28655724e;p=freeside.git 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+)$/ ) {