diff options
author | ivan <ivan> | 2007-04-21 04:44:57 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-04-21 04:44:57 +0000 |
commit | bd206b4dcaeadaed9cd8562394afe3bdf05cfec9 (patch) | |
tree | 4c9d71f243946c9ef89c3e9d5110b3231469dd35 | |
parent | 6251bf0159dc4957e4d6abf5dac8aeb338f8b1cd (diff) |
bring POD documentation in line with reality wrt where we're storing phone numbers
-rw-r--r-- | FS/FS/cust_svc.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/FS/FS/cust_svc.pm b/FS/FS/cust_svc.pm index 81d7b178e..5178a959a 100644 --- a/FS/FS/cust_svc.pm +++ b/FS/FS/cust_svc.pm @@ -603,8 +603,7 @@ sub get_session_history { Returns (and SELECTs "FOR UPDATE") all unprocessed (freesidestatus NULL) CDR objects (see L<FS::cdr>) associated with this service. -Currently CDRs are associated with svc_acct services via a DID in the -username. This part is rather tenative and still subject to change... +CDRs are associated with svc_phone services via svc_phone.phonenum =cut |