From 8caec1039528538d542a941d58374d6045415527 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Tue, 31 Dec 2013 17:33:05 -0800 Subject: enable census tract lookup in package order/change and location edit, #26722 --- httemplate/misc/order_pkg.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'httemplate/misc/order_pkg.html') diff --git a/httemplate/misc/order_pkg.html b/httemplate/misc/order_pkg.html index 03531bf4d..b06f9622c 100644 --- a/httemplate/misc/order_pkg.html +++ b/httemplate/misc/order_pkg.html @@ -176,8 +176,9 @@ <& /elements/standardize_locations.html, 'form' => "OrderPkgForm", - 'callback' => 'document.OrderPkgForm.submit();', + 'callback' => 'document.OrderPkgForm.submit()', 'with_census' => 1, + 'with_census_functions' => 1, &> % } -- cgit v1.2.1