diff options
author | ivan <ivan> | 2001-04-22 01:38:39 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-04-22 01:38:39 +0000 |
commit | 35b2311e5702c32381a662b8172354603ea9ed1d (patch) | |
tree | bf4f7075c321659bbe36b9d8ef22e3b1a414d184 /TODO | |
parent | 4dec1e525fc85363dec2fe0a55f0eb306bec7154 (diff) |
svc_domain needs to import dbh sub from Record
view/cust_main.cgi needs to use ->owed method, not check (depriciated) owed field
search/cust_bill.cgi redirect error when there's only one invoice
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,4 @@ -$Id: TODO,v 1.62 2001-04-15 13:56:54 ivan Exp $ +$Id: TODO,v 1.63 2001-04-22 01:38:38 ivan Exp $ If you are interested in helping with any of these, please join the *development* mailing list (send a blank message to @@ -6,6 +6,11 @@ ivan-freeside-devel-subscribe@sisd.com) to avoid duplication of effort. --- +Things that would be nice but probably won't happen: testing with +MySQL+Sleepycat, a fix for the long-RADIUS-attributes-with Pg problem, +passive session monitoring with RADIUS (tailing a log file or monitoring a +database, as opposed to using a RADIUS with proper callbacks). + anything doing transactions in the web interface should likely move into *.pm. (transactions are here woo!) |