[freeside-commits] branch FREESIDE_4_BRANCH updated. c5e3b170dc4f6e20d3cb9cbcb13b6b892912fbc4

Ivan ivan at 420.am
Mon Sep 18 14:54:37 PDT 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  c5e3b170dc4f6e20d3cb9cbcb13b6b892912fbc4 (commit)
      from  38118af56f243fcbf3c9b5964a9875b3ca0d1108 (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 c5e3b170dc4f6e20d3cb9cbcb13b6b892912fbc4
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Sep 18 14:54:34 2017 -0700

    more room for package change popup

diff --git a/httemplate/view/cust_main/packages/package.html b/httemplate/view/cust_main/packages/package.html
index 6114341..d643133 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,

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

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




More information about the freeside-commits mailing list