From 2c6b7c910668dc09dff9ec34b169a240850f16c0 Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 4 Dec 2007 18:19:08 +0000 Subject: change credit reasons from freetext to new reason/reason type system (#2777) --- httemplate/elements/menu.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/elements/menu.html') diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 3c352ae09..5c0314ced 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -248,6 +248,8 @@ tie my %config_billing, 'Tie::IxHash', 'View/Edit prepaid cards' => [ $fsurl.'search/prepay_credit.html', 'View outstanding cards, generate new cards' ], 'View/Edit call rates and regions' => [ $fsurl.'browse/rate.cgi', 'Manage rate plans, regions and prefixes for VoIP and call billing' ], 'View/Edit locales and tax rates' => [ $fsurl.'browse/cust_main_county.cgi', 'Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each' ], + 'View/Edit credit reason types' => [ $fsurl.'browse/reason_type.html?class=R', 'Credit reason types define groups of reasons, for reporting and convenience purposes.' ], + 'View/Edit credit reasons' => [ $fsurl.'browse/reason.html?class=R', 'Credit reasons explain why a credit was issued.' ], ; tie my %config_dialup, 'Tie::IxHash', -- cgit v1.2.1