From 9698815f033fb517adb399dd437e6abc867a8528 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 25 Aug 2008 05:18:16 +0000 Subject: [PATCH] correct fallout from agent virtualizing packages --- httemplate/search/cust_tax_exempt_pkg.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/search/cust_tax_exempt_pkg.cgi b/httemplate/search/cust_tax_exempt_pkg.cgi index 604502d6f..3a5155ae8 100644 --- a/httemplate/search/cust_tax_exempt_pkg.cgi +++ b/httemplate/search/cust_tax_exempt_pkg.cgi @@ -113,7 +113,7 @@ if ( $beginning || $ending ) { } if ( $cgi->param('agentnum') =~ /^(\d+)$/ ) { - push @where, "agentnum = $1"; + push @where, "cust_main.agentnum = $1"; } if ( $cgi->param('custnum') =~ /^(\d+)$/ ) { -- 2.11.0