summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-09-18 14:56:36 -0700
committerIvan Kohler <ivan@freeside.biz>2017-09-18 14:56:36 -0700
commitb0fd49b9efe2a4340fafa80aacf424ed81de8a66 (patch)
treec02c53f180b0cb70491bd2dbb8a9a7fa068d095c /httemplate
parent31234485e8baf227ae4b013d4104d947c3afa250 (diff)
more room for package change popup
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/view/cust_main/packages/package.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/view/cust_main/packages/package.html b/httemplate/view/cust_main/packages/package.html
index 61143413c..d6431331c 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 => 538,
+ height => 640,
},
{ label => 'Discount package',
@@ -589,13 +589,13 @@
"zip=;country=$countrydefault",
actionlabel => emt('Change location'),
width => 960,
- height => 530,
+ height => 640,
},
{ label => 'Edit location',
acl => 'Change customer package',
condition => sub { ! $change_from && $cust_pkg->locationnum != $cust_pkg->cust_main->ship_locationnum },
- popup => 'misc/cust_location.cgi?locationnum='.
+ popup => 'edit/cust_location.cgi?locationnum='.
$cust_pkg->locationnum,
actionlabel => emt('Edit location'),
width => 700,