From 913b38d717fc7f2fae32722e9f30462fc9344fb3 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Sat, 5 Oct 2013 20:03:49 -0700 Subject: restore duplicate customer checking with 3.x locations, #16582 --- httemplate/misc/xmlhttp-cust_main-duplicates.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'httemplate/misc/xmlhttp-cust_main-duplicates.html') diff --git a/httemplate/misc/xmlhttp-cust_main-duplicates.html b/httemplate/misc/xmlhttp-cust_main-duplicates.html index 7ee00af66..7cd463371 100644 --- a/httemplate/misc/xmlhttp-cust_main-duplicates.html +++ b/httemplate/misc/xmlhttp-cust_main-duplicates.html @@ -50,7 +50,9 @@ my $conf = new FS::Conf; my $sub = $cgi->param('sub'); my $hashref = decode_json($cgi->param('arg')); -my @cust_main = qsearch('cust_main', $hashref); +my $search = FS::cust_main->search($hashref); +#warn Dumper($search); +my @cust_main = qsearch( $search ); my $set_to_customer = <