diff options
author | ivan <ivan> | 2009-02-22 19:46:22 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-02-22 19:46:22 +0000 |
commit | 027756090552715f79cd3a4de08ee73091ad99f0 (patch) | |
tree | 7949798ac79a28bab5533fcdaae90fd95ab58f5d /FS/MANIFEST | |
parent | 65efe8eb9ee8bb02deb776da0897e25d821b4f65 (diff) |
add h_cust_pkg and h_cust_pkg_reason packages, RT#4896
Diffstat (limited to 'FS/MANIFEST')
-rw-r--r-- | FS/MANIFEST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/FS/MANIFEST b/FS/MANIFEST index 796eca703..4b9fd91b5 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -74,6 +74,8 @@ FS/cust_credit_refund.pm FS/cust_svc.pm FS/h_Common.pm FS/h_cust_bill.pm +FS/h_cust_pkg.pm +FS/h_cust_pkg_reason.pm FS/h_cust_svc.pm FS/h_cust_tax_exempt.pm FS/h_domain_record.pm @@ -212,10 +214,11 @@ t/cust_pkg.t t/cust_refund.t t/cust_svc.t t/h_cust_bill.t +t/h_cust_pkg.t +t/h_cust_pkg_reason.t t/h_cust_svc.t t/h_cust_tax_exempt.t t/h_Common.t -t/h_cust_svc.t t/h_domain_record.t t/h_svc_acct.t t/h_svc_broadband.t |