[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 07c887e7a126a150f870be25976b81a3da5ab0a1

Ivan ivan at 420.am
Thu Oct 10 08:19:20 PDT 2013


The branch, FREESIDE_2_3_BRANCH has been updated
       via  07c887e7a126a150f870be25976b81a3da5ab0a1 (commit)
      from  96016838d19611c1ff5b831c21815eb62cc376e0 (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 07c887e7a126a150f870be25976b81a3da5ab0a1
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Oct 10 08:19:17 2013 -0700

    backport from 3/master to fix svc_cable editing, RT#22009

diff --git a/httemplate/view/elements/svc_Common.html b/httemplate/view/elements/svc_Common.html
index e5cf9f6..fe9f065 100644
--- a/httemplate/view/elements/svc_Common.html
+++ b/httemplate/view/elements/svc_Common.html
@@ -52,7 +52,7 @@ function areyousure(href) {
 
 <% mt('Service #') |h %><B><% $svcnum %></B>
 % my $url = $opt{'edit_url'} || $p. 'edit/'. $opt{'table'}. '.cgi?';
-<& /view/elements/svc_edit_link.html, 'svc' => $svc_x &>
+<& /view/elements/svc_edit_link.html, 'svc' => $svc_x, 'edit_url' => $url &>
 <BR>
 
 <% ntable("#cccccc") %><TR><TD><% ntable("#cccccc",2) %>

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

Summary of changes:
 httemplate/view/elements/svc_Common.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list