summaryrefslogtreecommitdiff
path: root/httemplate/misc/process/bulk_change_pkg.cgi
diff options
context:
space:
mode:
authorivan <ivan>2009-12-04 04:45:44 +0000
committerivan <ivan>2009-12-04 04:45:44 +0000
commit6183d985647a5deba02d6937b9d383b464f1ee38 (patch)
tree6d910c345b3539b9a95899c0f16005792af15776 /httemplate/misc/process/bulk_change_pkg.cgi
parent61b46166b19b08afaed037bc7748515db6e32f13 (diff)
customer-specific account report (and some small refactoring of method names to clash less), RT#6180
Diffstat (limited to 'httemplate/misc/process/bulk_change_pkg.cgi')
-rwxr-xr-xhttemplate/misc/process/bulk_change_pkg.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/process/bulk_change_pkg.cgi b/httemplate/misc/process/bulk_change_pkg.cgi
index d2ab4bf49..e22dafef0 100755
--- a/httemplate/misc/process/bulk_change_pkg.cgi
+++ b/httemplate/misc/process/bulk_change_pkg.cgi
@@ -41,7 +41,7 @@ foreach my $field (qw( setup last_bill bill adjourn susp expire cancel )) {
}
-my $sql_query = FS::cust_pkg->search_sql(\%search_hash);
+my $sql_query = FS::cust_pkg->search(\%search_hash);
$sql_query->{'select'} = 'cust_pkg.pkgnum';
my $error = FS::cust_pkg::bulk_change( [ $cgi->param('new_pkgpart') ],