diff options
author | ivan <ivan> | 2002-01-03 17:40:26 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-01-03 17:40:26 +0000 |
commit | 69a0a7504f84aa9bb1f204d1f3522e1520e0885e (patch) | |
tree | de4cb175a70c7a7da58f84454fd29dfca55bd249 /FS/MANIFEST | |
parent | e3f87d761538a0a21d26fc86b5bce7c9d737d590 (diff) |
more schema changes: part_bill_event and cust_bill_event tables
remove old 1.4.0pre READMEs
Diffstat (limited to 'FS/MANIFEST')
-rw-r--r-- | FS/MANIFEST | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/FS/MANIFEST b/FS/MANIFEST index 23a27d1d3..0a9205c7f 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -31,12 +31,14 @@ FS/cust_main.pm FS/cust_main_county.pm FS/cust_main_invoice.pm FS/cust_pay.pm +FS/cust_bill_event.pm FS/cust_bill_pay.pm FS/cust_pay_batch.pm FS/cust_pkg.pm FS/cust_refund.pm FS/cust_credit_refund.pm FS/cust_svc.pm +FS/part_bill_event.pm FS/part_pkg.pm FS/part_pop_local.pm FS/part_referral.pm @@ -67,6 +69,7 @@ t/CGIwrapper.t t/Conf.t t/ConfItem.t t/cust_bill.t +t/cust_bill_event.t t/cust_bill_pay.t t/cust_bill_pkg.t t/cust_credit.t @@ -82,6 +85,7 @@ t/cust_refund.t t/cust_svc.t t/domain_record.t t/nas.t +t/part_bill_event.t t/part_pkg.t t/part_pop_local.t t/part_referral.t |