diff options
author | Mark Wells <mark@freeside.biz> | 2013-06-18 23:24:17 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-06-18 23:24:17 -0700 |
commit | d1ef14dc43b37960ce08aae9b795b593a24cdc15 (patch) | |
tree | 9a63fea063b10ee4759ea5fe2f97944bccf3eaf4 /httemplate/misc/order_pkg.html | |
parent | 811e59bef46fb10d713f7ed5b81183ed1293072a (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.html | 5 |
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, &> % } |