summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/packages/package.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-08-09 13:36:43 -0700
committerMark Wells <mark@freeside.biz>2013-08-09 13:36:43 -0700
commit98ea745e4b55a38ad8b5ba3749c56327d641d65d (patch)
treee7a1f0a2c4e3bc6c77f111c67f7994a6b61b1714 /httemplate/view/cust_main/packages/package.html
parent2a49a712c97e5b5a012a91ff4bc2c0518c2af6d6 (diff)
preserve quantity when changing package type/location, #24259
Diffstat (limited to 'httemplate/view/cust_main/packages/package.html')
-rw-r--r--httemplate/view/cust_main/packages/package.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/httemplate/view/cust_main/packages/package.html b/httemplate/view/cust_main/packages/package.html
index 596a47391..7df0869a3 100644
--- a/httemplate/view/cust_main/packages/package.html
+++ b/httemplate/view/cust_main/packages/package.html
@@ -280,8 +280,8 @@ sub pkg_change_link {
'label' => emt('Change package'),
'actionlabel' => emt('Change'),
'cust_pkg' => $cust_pkg,
- 'width' => 763,
- 'height' => 480,
+ 'width' => 960,
+ 'height' => 490,
);
}
@@ -295,8 +295,8 @@ sub pkg_change_location_link {
'label' => emt('Change location'),
'actionlabel' => emt('Change'),
'cust_pkg' => $cust_pkg,
- 'width' => 763,
- 'height' => 380,
+ 'width' => 960,
+ 'height' => 490,
);
}