[freeside-commits] branch FREESIDE_4_BRANCH updated. c68d2a72e190e704bf1174f54ef2ec10e7517e64

Ivan ivan at 420.am
Mon Nov 7 22:31:46 PST 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  c68d2a72e190e704bf1174f54ef2ec10e7517e64 (commit)
      from  cf9580877fc7fd9333b5e871a76fe8ec35c9f2b8 (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 c68d2a72e190e704bf1174f54ef2ec10e7517e64
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Nov 7 22:31:45 2016 -0800

    invoices look like they belong under customers

diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html
index d12ec17..c6aa15c 100644
--- a/httemplate/view/cust_main/menu.html
+++ b/httemplate/view/cust_main/menu.html
@@ -691,7 +691,9 @@ sub entry2link {
 
       #$target = $cgi->self_url;
       #XXX support installs outside /freeside in 4.x
-      $target = "/freeside/view/cust_main.cgi?show=$show;custnum=". $cust_main->custnum;
+      $target = '/freeside/view/cust_main.cgi?'.
+                  'show='. $entry->{show}.
+                  ';custnum='. $cust_main->custnum;
 
       $cgi->param('show', $show);
 

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

Summary of changes:
 httemplate/view/cust_main/menu.html |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)




More information about the freeside-commits mailing list