diff options
Diffstat (limited to 'httemplate/elements/order_pkg_link.html')
-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 0cae49284..6e0dd6852 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 : 606; +my $height = $opt{'lock_locationnum'} ? 470 : 740; </%init> |