From 07c887e7a126a150f870be25976b81a3da5ab0a1 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 10 Oct 2013 08:19:17 -0700 Subject: [PATCH] backport from 3/master to fix svc_cable editing, RT#22009 --- httemplate/view/elements/svc_Common.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %><% $svcnum %> % 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 &>
<% ntable("#cccccc") %><% ntable("#cccccc",2) %> -- 2.11.0