stray closing /TABLE in the no-ticket case
[freeside.git] / httemplate / elements / order_pkg_link.html
index 0cae492..6e0dd68 100644 (file)
@@ -21,6 +21,6 @@ my %optional =
     grep $opt{$_},
       qw( lock_pkgpart lock_locationnum qualnum quotationnum svcpart );
 
-my $height = $opt{'lock_locationnum'} ? 336 : 606;
+my $height = $opt{'lock_locationnum'} ? 470 : 740;
 
 </%init>