From 9dc88f6c738f30ce1eb6339ba4b739b45555dea4 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 8 May 2008 12:47:13 +0000 Subject: address standardization part one, finally checked in from here --- httemplate/misc/xmlhttp-cust_main-search.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httemplate/misc/xmlhttp-cust_main-search.cgi') diff --git a/httemplate/misc/xmlhttp-cust_main-search.cgi b/httemplate/misc/xmlhttp-cust_main-search.cgi index 20707dab8..374623039 100644 --- a/httemplate/misc/xmlhttp-cust_main-search.cgi +++ b/httemplate/misc/xmlhttp-cust_main-search.cgi @@ -15,7 +15,7 @@ % my @cust_main = smart_search( 'search' => $string ); % my $return = [ map [ $_->custnum, $_->name ], @cust_main ]; % -<% objToJson($return) %> +<% to_json($return) %> % } <%init> -- cgit v1.2.1