diff options
author | ivan <ivan> | 2010-11-05 22:58:50 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-11-05 22:58:50 +0000 |
commit | 337323718878fdfe98801193b0dbecffdc8dffc8 (patch) | |
tree | f2dc92e872c90bb811f4b0dc6c437874192208d7 /FS/MANIFEST | |
parent | 148ac21ae4677eba0e53c333ead11e74e6c8030f (diff) |
split discount bs out into its own file before cust_main/Billing.pm becomes as bad as the old monolithic cust_main.pm, somehow RT#10462
Diffstat (limited to 'FS/MANIFEST')
-rw-r--r-- | FS/MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/MANIFEST b/FS/MANIFEST index 56f7af0c6..b4bce287d 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -69,6 +69,7 @@ FS/cust_credit.pm FS/cust_credit_bill.pm FS/cust_main.pm FS/cust_main/Billing.pm +FS/cust_main/Billing_Discount.pm FS/cust_main/Billing_Realtime.pm FS/cust_main/Import.pm FS/cust_main/Packages.pm |