From: ivan Date: Mon, 14 Nov 2011 03:24:04 +0000 (+0000) Subject: fix fallout from: (refactor svc_phone to use elements/svc_devices.html) add dsl_devic... X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=3892b13ea137969a2b4f880883960e58003cc1b3 fix fallout from: (refactor svc_phone to use elements/svc_devices.html) add dsl_device to track mac addresses, RT#13656 --- 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', );