diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-09-18 14:57:30 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-09-18 14:57:30 -0700 |
commit | 364cbaf3cff70ab0b3ae228f96bf1155cb6cbe7d (patch) | |
tree | df659828f194be3bb630733258c170326534bfc6 | |
parent | c5e3b170dc4f6e20d3cb9cbcb13b6b892912fbc4 (diff) |
more room for package change popup
-rw-r--r-- | httemplate/view/cust_main/packages/package.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/cust_main/packages/package.html b/httemplate/view/cust_main/packages/package.html index d6431331c..ab19ff94a 100644 --- a/httemplate/view/cust_main/packages/package.html +++ b/httemplate/view/cust_main/packages/package.html @@ -258,7 +258,7 @@ actionlabel => emt('Change package'), #width => 768, width => 960, - height => 640, + height => 650, }, { label => 'Discount package', @@ -589,7 +589,7 @@ "zip=;country=$countrydefault", actionlabel => emt('Change location'), width => 960, - height => 640, + height => 650, }, { label => 'Edit location', |