diff options
author | ivan <ivan> | 2003-05-19 12:00:45 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-05-19 12:00:45 +0000 |
commit | fd9138f66cf7f3ab9557e0beebb4e2657a59e34c (patch) | |
tree | 255dab5a84bec7285dbde2205df559d9bf97431f /FS/MANIFEST | |
parent | f0afbc011e7b909a2e6ac54039c975710e76f341 (diff) |
maintenance:
- add FS::Misc with send_email subroutine, remove all duplicate code from
various modules
- move the realtime_bop from cust_bill to cust_main & change usage slightly.
invnum is no longer required. FS::cust_bill::realtime_bop remains as a
wrapper.
self-service:
- fix some syntax errors, make payment UI (step one) really should be
working now
Diffstat (limited to 'FS/MANIFEST')
-rw-r--r-- | FS/MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/MANIFEST b/FS/MANIFEST index 6397cc411..272b5b731 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -36,6 +36,7 @@ FS/ClientAPI/passwd.pm FS/ClientAPI/MyAccount.pm FS/Conf.pm FS/ConfItem.pm +FS/Misc.pm FS/Record.pm FS/SearchCache.pm FS/UI/Base.pm @@ -125,6 +126,7 @@ t/InitHandler.t t/ClientAPI.t t/Conf.t t/ConfItem.t +t/Misc.t t/Record.t t/UID.t t/Msgcat.t |