diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-02-16 15:30:31 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-02-16 15:30:31 -0800 |
commit | 94aa5503bd56d53b99d99521a77ede066be6a0f1 (patch) | |
tree | a7e08dbf10935f2e8402f66d409d7164394aa9d9 | |
parent | c4e26585cdbd2cd086ed813a02b963ffccfebc55 (diff) |
move cust_main::batch_charge to a file of its own
-rw-r--r-- | FS/MANIFEST | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/FS/MANIFEST b/FS/MANIFEST index bedc26cf2..e3d5ff8ec 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -73,6 +73,7 @@ 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/Import_Charges.pm FS/cust_main/Packages.pm FS/cust_main/Search.pm FS/cust_main_Mixin.pm @@ -455,8 +456,6 @@ FS/tax_rate_location.pm t/tax_rate_location.t FS/cust_bill_pkg_tax_rate_location.pm t/cust_bill_pkg_tax_rate_location.t -FS/cust_recon.pm -t/cust_recon.t FS/part_pkg_report_option.pm t/part_pkg_report_option.t FS/cust_main_exemption.pm @@ -755,3 +754,5 @@ FS/pbx_device.pm t/pbx_device.t FS/extension_device.pm t/extension_device.t +FS/cust_main_credit_limit.pm +t/cust_main_credit_limit.t |