diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-03-11 15:42:36 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-03-11 15:42:36 -0800 |
commit | bd9e77c2395d56b8b161967071a34484bb32dece (patch) | |
tree | 0f4b514af9566828590755f232cf5b97dd427916 | |
parent | c617da61c42b529f95aa3659b467d5cda618cbbb (diff) |
fix package contact link on new package actions menu
-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 ed460de11..860cd47c6 100644 --- a/httemplate/view/cust_main/packages/package.html +++ b/httemplate/view/cust_main/packages/package.html @@ -575,10 +575,10 @@ { label => 'Add contact', #acl => 'Add package contact',#or something like that condition => sub { ! $cust_pkg->get('cancel') }, - popup => "misc/change_pkg-contact.html?$plink", + popup => "misc/change_pkg_contact.html?$plink", actionlabel => emt('Add contact'), width => 616, - height => 192, + height => 200, }, { label => 'Change location', |