From 27f2fe97eb1b189b064f59c77eb66460537c75a5 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 21 Oct 2009 06:34:58 +0000 Subject: [PATCH] fix agent link in unused prepaid card report --- httemplate/search/prepay_credit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/search/prepay_credit.html b/httemplate/search/prepay_credit.html index 96391fcbd..36403511b 100644 --- a/httemplate/search/prepay_credit.html +++ b/httemplate/search/prepay_credit.html @@ -44,7 +44,7 @@ '', '', sub { my $agent = shift->agent; - $agent ? [ "${p}view/agent.cgi?", 'agentnum' ] : ''; + $agent ? [ "${p}edit/agent.cgi?", 'agentnum' ] : ''; }, ], ) -- 2.11.0