summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main
diff options
context:
space:
mode:
authorivan <ivan>2011-10-24 01:15:54 +0000
committerivan <ivan>2011-10-24 01:15:54 +0000
commit60ad366f6b218de3f229b4ccdc033b96863ea3e9 (patch)
tree906becec320d9d9755c99156a1b3f2bed13f1043 /httemplate/view/cust_main
parentc7cea202843a5a5140d1347c199c0f877a8fa55f (diff)
fix discounts not appearing for one-time charge packages, RT#13654
Diffstat (limited to 'httemplate/view/cust_main')
-rw-r--r--httemplate/view/cust_main/order_pkg_link.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/cust_main/order_pkg_link.html b/httemplate/view/cust_main/order_pkg_link.html
index 29398432e..7bc5eef31 100644
--- a/httemplate/view/cust_main/order_pkg_link.html
+++ b/httemplate/view/cust_main/order_pkg_link.html
@@ -5,7 +5,7 @@
'color' => '#333399',
'cust_main' => $cust_main,
'closetext' => emt('Close'),
- 'width' => 763,
+ 'width' => 960, #763,
'height' => $height,
%optional,
&>
@@ -17,6 +17,6 @@ my %optional = map { $_ => $opt{$_} }
grep $opt{$_},
qw( lock_pkgpart lock_locationnum qualnum svcpart );
-my $height = $opt{'lock_locationnum'} ? 296 : 538;
+my $height = $opt{'lock_locationnum'} ? 336 : 576;
</%init>