*** empty log message ***
[freeside.git] / TODO
diff --git a/TODO b/TODO
index 9222c82..71535ac 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.8 1998-10-12 21:22:59 ivan Exp $
+$Id: TODO,v 1.12 1998-11-07 08:25:10 ivan Exp $
 
 If you are interested in helping with any of these, please join the mailing
 list (send a blank message to ivan-freeside-subscribe@sisd.com) to avoid 
@@ -6,9 +6,8 @@ duplication of effort.
 
 -- 1.1.x --
 
-postgres can't deal with NULL!
-
-svc_acct.import should recognize "UNIX" in the RADIUS password file as null.
+qsearch[s] (or just put in new?) in FS::Record should bless the object
+into the appropriate derived class automagically, if possible?
 
 radius logfile parsing and perl expression check.
 
@@ -29,8 +28,6 @@ even be able to handle both in the same routine (that would be neato).
 Get rid of hfields and other assorted silliness.
 Clean up hfields/sfields/fields crap.  yuck.
 
-$lpr in cust_main.pm (from Bill.pm) should become /var/spool/freeside/conf/lpr
-
 Override FS::Record new, add, rep and del (create, insert, replace and
 delete) in all derived classes.
 IE create, insert, delete and replace from derived classes should override new,