diff options
-rw-r--r-- | FS/FS/Conf.pm | 4 | ||||
-rw-r--r-- | httemplate/index.html | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index e69a15622..3cb5f14a6 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -658,8 +658,8 @@ httemplate/docs/config.html { 'key' => 'report_template', - 'section' => 'required', - 'description' => 'Required template file for reports. See the <a href="../docs/billing.html">billing documentation</a> for details.', + 'section' => 'deprecated', + 'description' => 'Deprecated template file for reports.', 'type' => 'textarea', }, diff --git a/httemplate/index.html b/httemplate/index.html index b43399db1..d894cb595 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -74,10 +74,8 @@ <BR><BR><A HREF="graph/money_time.cgi">Sales, Credits and Receipts Summary</A> <BR><BR><A HREF="search/report_receivables.cgi">Accounts Receivable Aging Summary</A> <BR><BR><A HREF="search/report_prepaid_income.html">Prepaid Income (Unearned Revenue) Report</A> - <BR><BR>(old) Financial reports (being rewritten) - <UL> - <LI> <A HREF="search/report_tax.html">tax reports</A> - </UL> + <BR><BR><A HREF="search/report_tax.html">Sales Tax Liability Report</A> + <BR><BR> <CENTER><HR WIDTH="94%" NOSHADE></CENTER><BR> <A NAME="admin">Administration</a> <ul> |