X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_phone.cgi;h=323be63dc93ea36d3db9fae4dcfce16ee6e6be80;hb=5214a5560240667a3a914c45df046b420926a5ec;hp=0369d5c12209984f102b5bed293e94cd97f1b636;hpb=10407ce25bbd219fa4df3bbf1f2c807e45eb9026;p=freeside.git diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi index 0369d5c12..323be63dc 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', ); @@ -68,6 +68,7 @@ my $html_foot = sub { tie my %what, 'Tie::IxHash', 'pending' => 'NULL', 'billed' => 'done', + 'skipped' => 'failed', ; my $number = $svc_phone->phonenum;