From 83f6b21826ce123e5936aaedaf58086189be11f2 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 8 Jun 2006 10:32:46 +0000 Subject: [PATCH] fix link to prepaid card setup --- httemplate/elements/menu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 29ef53575..c09fcee8c 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -147,7 +147,7 @@ tie my %config_billing, 'Tie::IxHash', 'View/Edit payment gateways' => [ $fsurl.'browse/payment_gateway.html', 'Credit card and electronic check processors' ], 'View/Edit invoice events' => [ $fsurl.'browse/part_bill_event.cgi', 'Actions for overdue invoices' ], - 'View/Edit prepaid cards' => [ $fsurl.'browse/prepay_credit.html', 'View outstanding cards, generate new cards' ], + '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' ], ; -- 2.11.0