[freeside-commits] branch master updated. 377a2f99f2377a0670f6a5326be636b259ae27ca

Ivan ivan at 420.am
Mon Sep 18 14:57:15 PDT 2017


The branch, master has been updated
       via  377a2f99f2377a0670f6a5326be636b259ae27ca (commit)
       via  a227cd4747d1e472a07845bad6d9e61afe268189 (commit)
       via  b0fd49b9efe2a4340fafa80aacf424ed81de8a66 (commit)
      from  d9a303be7f60e3cf54c7603e65861606c06045fd (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 377a2f99f2377a0670f6a5326be636b259ae27ca
Merge: a227cd4 d9a303b
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Sep 18 14:57:12 2017 -0700

    Merge branch 'master' of git.freeside.biz:/home/git/freeside


commit a227cd4747d1e472a07845bad6d9e61afe268189
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Sep 18 14:57:09 2017 -0700

    session tracking

diff --git a/FS/MANIFEST b/FS/MANIFEST
index f6a6400..10f0cc2 100644
--- a/FS/MANIFEST
+++ b/FS/MANIFEST
@@ -872,3 +872,7 @@ FS/saved_search.pm
 t/saved_search.t
 FS/sector_coverage.pm
 t/sector_coverage.t
+FS/access_user_session_log.pm
+t/access_user_session_log.t
+FS/access_user_session_log.pm
+t/access_user_session_log.t

commit b0fd49b9efe2a4340fafa80aacf424ed81de8a66
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Sep 18 14:56:36 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:
 FS/MANIFEST                                     |    4 ++++
 httemplate/view/cust_main/packages/package.html |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)




More information about the freeside-commits mailing list