fix package contact link on new package actions menu
authorIvan Kohler <ivan@freeside.biz>
Sat, 11 Mar 2017 23:42:34 +0000 (15:42 -0800)
committerIvan Kohler <ivan@freeside.biz>
Sat, 11 Mar 2017 23:42:34 +0000 (15:42 -0800)
httemplate/view/cust_main/packages/package.html

index ed460de..860cd47 100644 (file)
                  { 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',