summaryrefslogtreecommitdiff
path: root/httemplate/misc/xmlhttp-cust_main-search.cgi
diff options
context:
space:
mode:
authorivan <ivan>2008-05-08 12:47:13 +0000
committerivan <ivan>2008-05-08 12:47:13 +0000
commit9dc88f6c738f30ce1eb6339ba4b739b45555dea4 (patch)
tree2c0e002ffcc1e08c1d2e16efa46c15e31466eae7 /httemplate/misc/xmlhttp-cust_main-search.cgi
parentbfd99094043a3260afa2770b9e3f366308041490 (diff)
address standardization part one, finally checked in from here
Diffstat (limited to 'httemplate/misc/xmlhttp-cust_main-search.cgi')
-rw-r--r--httemplate/misc/xmlhttp-cust_main-search.cgi2
1 files changed, 1 insertions, 1 deletions
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>