diff options
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/ClientAPI/PrepaidPhone.pm | 9 | 
1 files changed, 5 insertions, 4 deletions
| diff --git a/FS/FS/ClientAPI/PrepaidPhone.pm b/FS/FS/ClientAPI/PrepaidPhone.pm index 2d6297a8a..8f534910c 100644 --- a/FS/FS/ClientAPI/PrepaidPhone.pm +++ b/FS/FS/ClientAPI/PrepaidPhone.pm @@ -79,10 +79,11 @@ sub call_time {                            );    unless ( $svc_phone ) { -    return { 'custnum' => '', -             'seconds' => 0, -             #'balance' => 0, -           }; +    return { 'error' => "can't find customer for +$countrycode $phonenum" }; +#    return { 'custnum' => '', +#             'seconds' => 0, +#             #'balance' => 0, +#           };    };    my $cust_pkg = $svc_phone->cust_svc->cust_pkg; | 
