diff options
Diffstat (limited to 'FS/MANIFEST')
-rw-r--r-- | FS/MANIFEST | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/FS/MANIFEST b/FS/MANIFEST index 3cbf0e91f..80b246f48 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -17,6 +17,7 @@ bin/freeside-deloutsourceuser bin/freeside-deluser bin/freeside-email bin/freeside-expiration-alerter +bin/freeside-overdue bin/freeside-queued bin/freeside-radgroup bin/freeside-reexport @@ -49,7 +50,6 @@ FS/agent.pm FS/agent_type.pm FS/cust_bill.pm FS/cust_bill_pkg.pm -FS/cust_bill_pkg_detail.pm FS/cust_credit.pm FS/cust_credit_bill.pm FS/cust_main.pm @@ -94,16 +94,12 @@ FS/part_pop_local.pm FS/part_referral.pm FS/part_svc.pm FS/part_svc_column.pm -FS/part_svc_router.pm -FS/part_virtual_field.pm FS/pkg_svc.pm FS/svc_Common.pm FS/svc_acct.pm FS/svc_acct_pop.pm -FS/svc_broadband.pm +FS/svc_acct_sm.pm FS/svc_domain.pm -FS/svc_external.pm -FS/router.pm FS/type_pkgs.pm FS/nas.pm FS/port.pm @@ -135,7 +131,6 @@ t/cust_bill.t t/cust_bill_event.t t/cust_bill_pay.t t/cust_bill_pkg.t -t/cust_bill_pkg_detail.t t/cust_credit.t t/cust_credit_bill.t t/cust_credit_refund.t @@ -185,10 +180,9 @@ t/radius_usergroup.t t/session.t t/svc_acct.t t/svc_acct_pop.t -t/svc_broadband.t +t/svc_acct_sm.t t/svc_Common.t t/svc_domain.t -t/svc_external.t t/svc_forward.t t/svc_www.t t/type_pkgs.t |