From: Mark Wells Date: Tue, 30 Jul 2013 21:30:07 +0000 (-0700) Subject: enlarge order_pkg frame to allow for census tract X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=dc5a55e809e60de0617f6f4ae3cb09d7fcc196af;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;