enlarge order_pkg frame to allow for census tract
authorMark Wells <mark@freeside.biz>
Wed, 31 Jul 2013 19:09:17 +0000 (12:09 -0700)
committerMark Wells <mark@freeside.biz>
Wed, 31 Jul 2013 19:09:17 +0000 (12:09 -0700)
httemplate/elements/order_pkg_link.html

index d8aa8fd..0cae492 100644 (file)
@@ -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>