summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_phone.cgi
diff options
context:
space:
mode:
authorivan <ivan>2011-11-14 03:24:04 +0000
committerivan <ivan>2011-11-14 03:24:04 +0000
commit3892b13ea137969a2b4f880883960e58003cc1b3 (patch)
treede624e94818a5e37174f9a2c9c8af65c19a13a80 /httemplate/view/svc_phone.cgi
parentf6e9a27928d6ce1c86c20eee31d2577505019756 (diff)
fix fallout from: (refactor svc_phone to use elements/svc_devices.html) add dsl_device to track mac addresses, RT#13656
Diffstat (limited to 'httemplate/view/svc_phone.cgi')
-rw-r--r--httemplate/view/svc_phone.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi
index 0369d5c12..2943c5857 100644
--- a/httemplate/view/svc_phone.cgi
+++ b/httemplate/view/svc_phone.cgi
@@ -56,7 +56,7 @@ my $html_foot = sub {
###
# Devices
###
- my $devices = include('elements/svc_devices.html',
+ my $devices = include('/view/elements/svc_devices.html',
'svc_x' => $svc_phone,
'table' => 'phone_device',
);