diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-02-16 16:08:40 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-02-16 16:08:40 -0800 |
commit | d01d5826b8a8b64c5ccc64b0ee8e8c3db3e9ea57 (patch) | |
tree | c0bd647a996b7db2565329e9072af76aaefbdc83 /FS/MANIFEST | |
parent | 94aa5503bd56d53b99d99521a77ede066be6a0f1 (diff) |
move cust_pkg::search to a file of its own
Diffstat (limited to 'FS/MANIFEST')
-rw-r--r-- | FS/MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/MANIFEST b/FS/MANIFEST index e3d5ff8ec..a0a71c971 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -85,6 +85,8 @@ FS/cust_bill_pay.pm FS/cust_pay_batch.pm FS/cust_pay_refund.pm FS/cust_pkg.pm +FS/cust_pkg/Import.pm +FS/cust_pkg/Search.pm FS/cust_refund.pm FS/cust_credit_refund.pm FS/cust_svc.pm |