[freeside-commits]
freeside/httemplate/search cust_credit.html, 1.7, 1.8
Ivan,,,
ivan at wavetail.420.am
Thu Aug 4 17:58:01 PDT 2005
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail:/tmp/cvs-serv8042
Modified Files:
cust_credit.html
Log Message:
fix credit searches by otaker
Index: cust_credit.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_credit.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- cust_credit.html 14 Jul 2005 10:52:46 -0000 1.7
+++ cust_credit.html 5 Aug 2005 00:57:59 -0000 1.8
@@ -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+)$/ ) {
More information about the freeside-commits
mailing list