[freeside-commits] branch FREESIDE_4_BRANCH updated. bd9e77c2395d56b8b161967071a34484bb32dece

Ivan ivan at 420.am
Sat Mar 11 15:42:37 PST 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  bd9e77c2395d56b8b161967071a34484bb32dece (commit)
      from  c617da61c42b529f95aa3659b467d5cda618cbbb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bd9e77c2395d56b8b161967071a34484bb32dece
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Mar 11 15:42:36 2017 -0800

    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 ed460de..860cd47 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',

-----------------------------------------------------------------------

Summary of changes:
 httemplate/view/cust_main/packages/package.html |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list