summaryrefslogtreecommitdiff
path: root/httemplate/misc/order_pkg.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-06-19 15:29:55 -0700
committerIvan Kohler <ivan@freeside.biz>2013-06-19 15:29:55 -0700
commita6dd5bc6ba6c655b1707a016db4e97e269b718e5 (patch)
treea25c54ef8ae298779547a698ca23878cd4bb4870 /httemplate/misc/order_pkg.html
parent66906f54d1099dcae84e69240c3a16bc9a82c37f (diff)
parentb75f93f4842bcbb89fc220dba0291ede4d8af300 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
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,
&>
% }