summaryrefslogtreecommitdiff
path: root/httemplate/misc/order_pkg.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-06-18 23:20:58 -0700
committerMark Wells <mark@freeside.biz>2013-06-18 23:20:58 -0700
commit88c86b2900f92ebf3a95f8b2b01985ccee290673 (patch)
treeb3e437d3dc2e2cfd9f6f2fc1f8e01170ba862b6f /httemplate/misc/order_pkg.html
parente0a26e8978af2c77bdcaf2b491ee5c731285563d (diff)
fix manual entry of census tract when editing location, #23643
Diffstat (limited to 'httemplate/misc/order_pkg.html')
-rw-r--r--httemplate/misc/order_pkg.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/misc/order_pkg.html b/httemplate/misc/order_pkg.html
index e09ba986d..39734427e 100644
--- a/httemplate/misc/order_pkg.html
+++ b/httemplate/misc/order_pkg.html
@@ -134,8 +134,9 @@
% unless ( $cgi->param('lock_locationnum') ) {
<& /elements/standardize_locations.html,
- 'form' => "OrderPkgForm",
- 'callback' => 'document.OrderPkgForm.submit();',
+ 'form' => "OrderPkgForm",
+ 'callback' => 'document.OrderPkgForm.submit();',
+ 'with_census' => 1,
&>
% }