better display/edit of contacts on customer view, RT#16819
[freeside.git] / httemplate / view / svc_phone.cgi
index 0369d5c..323be63 100644 (file)
@@ -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;