[freeside-commits] branch master updated. ea63022518b3fb7360e64aa2bb1bb0d9d56ce9d4

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


The branch, master has been updated
       via  ea63022518b3fb7360e64aa2bb1bb0d9d56ce9d4 (commit)
      from  d1e8cab4d49eaab6373df48db134a74d9d2b5db2 (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 ea63022518b3fb7360e64aa2bb1bb0d9d56ce9d4
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Nov 7 22:31:44 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