diff options
author | ivan <ivan> | 2005-07-14 10:52:46 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-07-14 10:52:46 +0000 |
commit | 08662d58e7b9a13cf841e9c89daa39b28655724e (patch) | |
tree | bb6415dcfc8c94a30639c8a913051a38c31780ad /FS/MANIFEST | |
parent | c91e5cd4ce307d5f3573ea309cbcf03186ea3de4 (diff) |
move account search (httemplate/search/svc_acct.cgi) to new template, cust-fields configuration value to control which customer fields are shown on reports
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 971fe403e..fa2cef097 100644 --- a/FS/MANIFEST +++ b/FS/MANIFEST @@ -52,6 +52,7 @@ FS/cust_bill_pkg_detail.pm FS/cust_credit.pm FS/cust_credit_bill.pm FS/cust_main.pm +FS/cust_main_Mixin.pm FS/cust_main_county.pm FS/cust_main_invoice.pm FS/cust_pay.pm @@ -177,6 +178,7 @@ t/cust_credit.t t/cust_credit_bill.t t/cust_credit_refund.t t/cust_main.t +t/cust_main_Mixin.t t/cust_main_county.t t/cust_main_invoice.t t/cust_pay.t |