diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-10-10 08:19:17 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-10-10 08:19:17 -0700 |
| commit | 07c887e7a126a150f870be25976b81a3da5ab0a1 (patch) | |
| tree | 2f2912681f759dbb333ac949e4258a921433fa14 | |
| parent | 96016838d19611c1ff5b831c21815eb62cc376e0 (diff) | |
backport from 3/master to fix svc_cable editing, RT#22009
| -rw-r--r-- | httemplate/view/elements/svc_Common.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/elements/svc_Common.html b/httemplate/view/elements/svc_Common.html index e5cf9f6ca..fe9f0658b 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) %> |
