From: Mark Wells Date: Wed, 31 Jul 2013 19:09:17 +0000 (-0700) Subject: enlarge order_pkg frame to allow for census tract X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=60f1de20bfedefd3fdc85c4af2b20c3c7ecb35fb;p=freeside.git enlarge order_pkg frame to allow for census tract --- 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;