From: Ivan Kohler Date: Sat, 11 Mar 2017 23:42:34 +0000 (-0800) Subject: fix package contact link on new package actions menu X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d916a044ea5f23d8aea57da5be483d357e7f7a47 fix package contact link on new package actions menu --- 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',