From f7f4bae5a7f8891957eed9a10bbdfc8363bc08e9 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 24 Oct 2008 22:23:39 +0000 Subject: [PATCH] adding prepaid self-service hooks, RT#4100 --- FS/FS/ClientAPI/PrepaidPhone.pm | 9 +++++---- 1 file 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; -- 2.11.0