maintenance:
authorivan <ivan>
Mon, 19 May 2003 12:00:45 +0000 (12:00 +0000)
committerivan <ivan>
Mon, 19 May 2003 12:00:45 +0000 (12:00 +0000)
commitfd9138f66cf7f3ab9557e0beebb4e2657a59e34c
tree255dab5a84bec7285dbde2205df559d9bf97431f
parentf0afbc011e7b909a2e6ac54039c975710e76f341
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
FS/FS/ClientAPI/MyAccount.pm
FS/FS/Misc.pm [new file with mode: 0644]
FS/FS/cust_bill.pm
FS/FS/cust_main.pm
FS/FS/cust_pay.pm
FS/FS/cust_pkg.pm
FS/FS/svc_acct.pm
FS/FS/svc_domain.pm
FS/MANIFEST
FS/t/Misc.t [new file with mode: 0644]