summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorjeff <jeff>2008-08-25 05:18:16 +0000
committerjeff <jeff>2008-08-25 05:18:16 +0000
commit9698815f033fb517adb399dd437e6abc867a8528 (patch)
tree23c970e7ab0b2a5a53dc3dbc5b472fe1de2d5ff6 /httemplate
parentffb62662ca2b28fd913ca2cffef595cc35c0a52b (diff)
correct fallout from agent virtualizing packages
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/search/cust_tax_exempt_pkg.cgi2
1 files changed, 1 insertions, 1 deletions
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+)$/ ) {