From 4297bc81fdabab111d1231de807f14014f65d620 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 29 Oct 2007 12:04:52 +0000 Subject: [PATCH] bug ya bug resulting from agent-virtualized packages --- httemplate/search/cust_pkg.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httemplate/search/cust_pkg.cgi b/httemplate/search/cust_pkg.cgi index 941a2e76c..5c209eba7 100755 --- a/httemplate/search/cust_pkg.cgi +++ b/httemplate/search/cust_pkg.cgi @@ -127,7 +127,7 @@ my @where = (); if ( $cgi->param('agentnum') =~ /^(\d+)$/ and $1 ) { push @where, - "agentnum = $1"; + "cust_main.agentnum = $1"; } ## @@ -274,7 +274,7 @@ if ( $cgi->param('magic') && ## # here is the agent virtualization -push @where, $FS::CurrentUser::CurrentUser->agentnums_sql; +push @where, $FS::CurrentUser::CurrentUser->agentnums_sql('table'=>'cust_main'); my $extra_sql = scalar(@where) ? ' WHERE '. join(' AND ', @where) : ''; -- 2.11.0