summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-07-31 12:09:17 -0700
committerMark Wells <mark@freeside.biz>2013-07-31 12:09:17 -0700
commit60f1de20bfedefd3fdc85c4af2b20c3c7ecb35fb (patch)
tree41549c624de69de42293a3f49b794ea1cb22b163 /httemplate
parenta916ea9c9dcc3ceefea04e66708809e0ca757f25 (diff)
enlarge order_pkg frame to allow for census tract
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/order_pkg_link.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/order_pkg_link.html b/httemplate/elements/order_pkg_link.html
index d8aa8fd4e..0cae49284 100644
--- a/httemplate/elements/order_pkg_link.html
+++ b/httemplate/elements/order_pkg_link.html
@@ -21,6 +21,6 @@ my %optional =
grep $opt{$_},
qw( lock_pkgpart lock_locationnum qualnum quotationnum svcpart );
-my $height = $opt{'lock_locationnum'} ? 336 : 576;
+my $height = $opt{'lock_locationnum'} ? 336 : 606;
</%init>