diff options
author | Mark Wells <mark@freeside.biz> | 2013-07-30 14:30:07 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-07-31 12:08:46 -0700 |
commit | dc5a55e809e60de0617f6f4ae3cb09d7fcc196af (patch) | |
tree | 95450f9be2f3670ea2d21b3f541aaf034f7ddaac /httemplate/elements | |
parent | 67b4450e63556994c8c41a328133fb82fef36e68 (diff) |
enlarge order_pkg frame to allow for census tract
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/order_pkg_link.html | 2 |
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> |