diff options
Diffstat (limited to 'httemplate/view')
| -rw-r--r-- | httemplate/view/svc_phone.cgi | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/view/svc_phone.cgi b/httemplate/view/svc_phone.cgi index ffb6fcc4a..40c8d850b 100644 --- a/httemplate/view/svc_phone.cgi +++ b/httemplate/view/svc_phone.cgi @@ -127,6 +127,7 @@ my $html_foot = sub {    tie my %what, 'Tie::IxHash',      'pending' => 'NULL',      'billed'  => 'done', +    'skipped' => 'failed',    ;    my $number = $svc_phone->phonenum;  | 
